Skip to content

Commit eaa209d

Browse files
committed
use a fixed image version for the test stage
1 parent 2893d78 commit eaa209d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
password: ${{ secrets.PYPI_API_TOKEN }}
3535

3636
test:
37-
runs-on: ubuntu-latest
37+
runs-on: ubuntu-22.04
3838
strategy:
3939
matrix:
4040
python-version: ['3.7', '3.8', '3.9', '3.10']
@@ -51,4 +51,4 @@ jobs:
5151
pip install -r requirements_dev.txt -e .
5252
- name: Test with pytest
5353
run: |
54-
pytest -v
54+
pytest -v

0 commit comments

Comments
 (0)