Skip to content

Commit

Permalink
Downgrade Python v2
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Mar 27, 2024
1 parent 85e1d87 commit 77dc006
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@ jobs:

- name: Show Versions
run: python --version && python3 --version && pip --version && pip3 --version
- name: Downgrade Python
run: pip install python==3.8
- name: Install python
run: apt-get install -y python3.8
# - name: Downgrade Python
# run: pip install python==3.8
- name: Show Versions
run: python --version && python3 --version && pip --version && pip3 --version
- name: Install poetry
Expand Down

0 comments on commit 77dc006

Please sign in to comment.