Skip to content

Commit a39abd0

Browse files
pyton 3.10
1 parent 79bac57 commit a39abd0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: "3.x"
19+
python-version: "3.10"
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
@@ -28,10 +28,7 @@ jobs:
2828
env:
2929
RETRY_ATTEMPTS: 1
3030
run: |
31-
python -m pip install --upgrade pip
32-
python3 -m venv venv
3331
. venv/bin/activate
34-
pip install -r requirements.txt
3532
pip install nose2
3633
nose2
3734
- name: Build a binary wheel and a source tarball

0 commit comments

Comments
 (0)