Skip to content

Commit

Permalink
Downgrade python v3
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Mar 27, 2024
1 parent 464f0ed commit a377e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Show Versions
run: python --version && python3 --version && pip --version && pip3 --version
- name: Install python
run: sudo apt-get install -y python3.8
run: sudo apt-get update && apt-get install -y python3.8
# - name: Downgrade Python
# run: pip install python==3.8
- name: Show Versions
Expand Down

0 comments on commit a377e79

Please sign in to comment.