Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 517ab7e

Browse files
committed
use pyenv? part 8
1 parent 801eb3c commit 517ab7e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ jobs:
2525
- name: Set up pyenv
2626
uses: gabrielfalcao/pyenv-action@v18
2727
with:
28-
default: ${{ matrix.python-version }}
29-
versions: ${{ matrix.python-version }}
30-
command: pip install -U pip # Upgrade pip after installing Python
28+
default: "${{ matrix.python }}"
29+
command: pip install -U pip setuptools wheel # upgrade pip after installing python
3130

3231
# - name: Install dependencies
3332
# run: |
@@ -42,7 +41,7 @@ jobs:
4241

4342
- name: Build and install
4443
run: |
45-
python -m venv venv
46-
source venv/bin/activate
47-
python -m pip install --upgrade pip setuptools wheel
44+
# python -m venv venv
45+
# source venv/bin/activate
46+
# python -m pip install --upgrade pip setuptools wheel
4847
python setup.py clean build sdist install

0 commit comments

Comments
 (0)