Skip to content

Commit

Permalink
Python version 3.8->3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zivnevo authored Dec 11, 2023
1 parent 21b7428 commit 9c4bad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: 3.8
python-version: 3.9
architecture: x64
- run: pip install -r requirements.txt
- run: pip install flake8
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: 3.8
python-version: 3.9
architecture: x64
- run: pip install -r requirements.txt
- run: |
Expand Down

0 comments on commit 9c4bad4

Please sign in to comment.