Skip to content

Commit b0031c5

Browse files
authored
Merge branch 'main' into update-v0.9.1
2 parents 682aecd + a1293e0 commit b0031c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: Set up Python 3.10
2323
uses: actions/setup-python@v3
2424
with:
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install flake8 pytest
30-
if [ -f requirements.txt ]; then pip install -r requirements_dev.txt; fi
30+
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3131
- name: Lint with flake8
3232
run: |
3333
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)