Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Nov 22, 2024
1 parent 52ad47b commit abf2f6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Python dependencies
run: |
cd tests/
pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
cd ..
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
astropy
pyarrow
pandas
requests

0 comments on commit abf2f6e

Please sign in to comment.