Skip to content

Commit

Permalink
changing python version
Browse files Browse the repository at this point in the history
git
  • Loading branch information
nikitamalinov committed Feb 16, 2024
1 parent 065a2ed commit ae11149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: steps.cache-venv.outputs.cache-hit != 'true'
- name: Create archive of dependencies
run: |
cd ./venv/lib/python3.7/site-packages
cd ./venv/lib/python3.9/site-packages
zip -r9 ../../../../api.zip .
- name: Add API files to Zip file
run: cd ./api && zip -g ../api.zip -r .
Expand Down

0 comments on commit ae11149

Please sign in to comment.