Skip to content

Commit

Permalink
CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshod5 committed Oct 16, 2024
1 parent ee5533a commit 1b14d26
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 /home/runner/work/fair-mast/fair-mast/docs/requirements.txt
uv pip install -r docs/requirements.txt
- name: Run tests
run: |
Expand Down

0 comments on commit 1b14d26

Please sign in to comment.