Skip to content

Commit

Permalink
no cache
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Jul 17, 2024
1 parent 438b143 commit e5a26d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install toqito + dependencies
run: |
python -m pip install --upgrade pip
pip3 install cvxopt
pip3 install cvxopt --no-cache-dir
pip install poetry
poetry install --without docs,cvxdep --no-interaction
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install toqito + dependencies
run: |
python -m pip install --upgrade pip
pip3 install cvxopt
pip3 install cvxopt --no-cache-dir
pip install poetry
poetry install --with dev --without docs,lint,cvxdep --no-interaction
- name: Run tests
Expand Down

0 comments on commit e5a26d9

Please sign in to comment.