Skip to content

Commit

Permalink
Update project build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sm00thix committed Nov 9, 2023
1 parent c9b8fc1 commit 0b49909
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ runs:
steps:
- name: Test
run: |
python -m pip install --upgrade poetry
poetry install
poetry config virtualenvs.create false
python -m pip install --upgrade pip
python -m pip install --upgrade pandas
python -m pip install --upgrade numpy
python -m pip install --upgrade tqdm
python -m pip install --upgrade scikit-learn
python -m pip install flake8 pytest
python -m pip install build --user
pip install -U "jax[cpu]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
Expand Down

0 comments on commit 0b49909

Please sign in to comment.