Skip to content

Commit

Permalink
Update main_pong42.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hu8813 authored Apr 2, 2024
1 parent 3d60c72 commit 84598e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_pong42.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Zip artifact for deployment
run: |
cd backend
run: pip install -r requirements.txt
pip install -r requirements.txt
zip -r ../release.zip ./*
cd ..
Expand Down

0 comments on commit 84598e6

Please sign in to comment.