Skip to content

Commit

Permalink
simplify utils test env
Browse files Browse the repository at this point in the history
may not need the whole colab setup
  • Loading branch information
beachdweller committed Apr 28, 2024
1 parent f3a3504 commit 6ce28c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda_env_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
uses: actions/cache@v4
with:
path: venv
key: ${{ runner.os }}-${{ hashFiles('./tests/requirements.colab.2024.02.txt') }}
key: ${{ runner.os }}-${{ hashFiles('./utils/requirements.txt') }}

- name: setup environment
id: setup
run: python -m pip install -r tests/requirements.colab.2024.02.txt
run: python -m pip install -r ./utils/requirements.txt

- name: list packages
id: list_pakcages
Expand Down
9 changes: 9 additions & 0 deletions utils/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
bs4
jupyter
lxml
matplotlib
numpy
pytest
pytest-xdist
scipy
sympy

0 comments on commit 6ce28c4

Please sign in to comment.