Skip to content

Commit

Permalink
fix desitarget install
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jul 31, 2024
1 parent 9200256 commit 8040797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
cache: 'pip'
- name: Dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -29,7 +30,7 @@ jobs:
pip install scikit-learn torch
pip install .
pip install git+https://github.com/desihub/[email protected]
pip install git+https://github.com/desihub/[email protected]
pip install --no-build-isolation git+https://github.com/desihub/[email protected]
- name: Fetching data
run: |
cd tests
Expand Down

0 comments on commit 8040797

Please sign in to comment.