Skip to content

Commit 760c491

Browse files
authored
Update run_tests.yml
1 parent fdecd2b commit 760c491

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/run_tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,16 @@ jobs:
2525
run: |
2626
echo "Reason for triggering: ${{ github.event.inputs.reason }}"
2727
28-
- name: Set up Python 3.9
28+
- name: Set up Python
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: 3.9
31+
python-version: 3.11
3232

3333
- name: Install dependencies
3434
run: |
3535
python -m pip install --upgrade pip
36-
pip install -r requirements.txt
36+
python -m pip install setuptools>=61.0
37+
python -m pip install -r requirements.txt
3738
3839
- name: Lint with flake8
3940
run: flake8 . --show-source --statistics

0 commit comments

Comments
 (0)