Skip to content

Commit

Permalink
updated req.txt location in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshod5 committed Oct 15, 2024
1 parent 0af66b6 commit 6b7624e
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 @@ -41,7 +41,7 @@ jobs:
pip install uv
uv venv venv
source venv/bin/activate
uv pip install -r docs/requirements.txt
uv pip install -r /home/runner/work/fair-mast/fair-mast/docs/requirements.txt
- name: Run tests
run: |
Expand Down

0 comments on commit 6b7624e

Please sign in to comment.