Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daltzctr committed Dec 27, 2023
1 parent bd316b6 commit f1f2eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
cache: 'pip'
- name: Install Python Dependencies
run: |
pip install -r requirements.txt
pip install -r source/requirements.txt
- name: Install LaTeX
run: |
sudo apt-get update
Expand Down

0 comments on commit f1f2eb0

Please sign in to comment.