Skip to content

Commit

Permalink
Temp requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu committed May 6, 2024
1 parent 074f23b commit cfaccef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
sudo apt-get update
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f docs/requirements.txt ]; then pip install -r docs/requirements.txt; fi
pip install .
- name: Install notebook requirements
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/delucchi-cmu/healsparse.git@main
git+https://github.com/delucchi-cmu/healsparse.git@delucchi/black

0 comments on commit cfaccef

Please sign in to comment.