Skip to content

Commit

Permalink
added wheel to setup in action
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasReisser90 committed Feb 20, 2024
1 parent ec09fee commit 1f97bb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit_testing_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests pytest numpy scipy matplotlib jax
pip install wheel requests pytest numpy scipy matplotlib jax
pip install --upgrade "jax[cpu]"
pip install jaxlib
pip install -e .
- name: Prepare Repo
uses: actions/checkout@master
Expand Down

0 comments on commit 1f97bb2

Please sign in to comment.