Skip to content

Commit bdfb332

Browse files
authored
Update python-app.yml
1 parent 4eeeee8 commit bdfb332

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up Python 3.9
19+
- name: Set up Python 3.8
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: 3.9
22+
python-version: 3.8
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install -r megalist_dataflow/requirements.txt
27-
- name: Test with pytest
27+
- name: Run tests
2828
run: |
2929
./run_tests.sh

0 commit comments

Comments
 (0)