Skip to content

Commit

Permalink
Update python-pip-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius authored Oct 15, 2024
1 parent 0bc223b commit 1ce864a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-pip-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.7"
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -39,4 +39,4 @@ jobs:
python3 setup.py sdist bdist_wheel
- name: Pip install
run: |
python3 setup.py install
python3 setup.py install

0 comments on commit 1ce864a

Please sign in to comment.