Skip to content

Commit ee84d77

Browse files
author
saul-data
committed
Update python-tests.yaml
1 parent b97bbda commit ee84d77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.7", "3.8", "3.9", "3.10"]
14+
python-version: ["3.8", "3.9", "3.10"]
1515

1616
steps:
1717
- uses: actions/checkout@v3
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
if [ -f .devcontainer/requirements.txt ]; then pip install -r .devcontainer/requirements.txt; fi
25+
if [ -f .devcontainer/requirements.txt ]; then pip install -r .devcontainer/requirements.txt --use-pep517; fi
2626
- name: Test with pytest
2727
run: |
2828
pytest -s

0 commit comments

Comments
 (0)