Skip to content

Commit

Permalink
rename req
Browse files Browse the repository at this point in the history
  • Loading branch information
fvolz committed Oct 1, 2024
1 parent 2256fb6 commit d9c8c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r req.txt
pip install -r /MBCS/req.txt
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit d9c8c93

Please sign in to comment.