Skip to content

Commit

Permalink
Added cache purge for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Sep 2, 2024
1 parent 644ad23 commit fc446d1
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos-tests-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: conda run -n spare conda install pip
- name: Install spare scores
run: |
python -m pip cache purge
pip install setuptools twine wheel
python setup.py bdist_wheel
cd dist
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos-tests-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: conda run -n spare conda install pip
- name: Install spare scores
run: |
python -m pip cache purge
pip install setuptools twine wheel
python setup.py bdist_wheel
cd dist
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos-tests-3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: conda run -n spare conda install pip
- name: Install spare scores
run: |
python -m pip cache purge
pip install setuptools twine wheel
python -m pip install .
- name: Download dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos-tests-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: conda run -n spare conda install pip
- name: Install spare scores
run: |
python -m pip cache purge
pip install setuptools twine wheel
python setup.py bdist_wheel
cd dist
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos-tests-3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: conda run -n spare conda install pip
- name: Install spare scores
run: |
python -m pip cache purge
pip install setuptools twine wheel
python setup.py bdist_wheel
cd dist
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-tests-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: conda run -n spare conda install pip
- name: Install spare scores
run: |
python -m pip cache purge
pip install setuptools twine wheel
python setup.py bdist_wheel
cd dist
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-tests-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: conda run -n spare conda install pip
- name: Install spare scores
run: |
python -m pip cache purge
pip install setuptools twine wheel
python setup.py bdist_wheel
cd dist
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-tests-3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: conda run -n spare conda install pip
- name: Install spare scores
run: |
python -m pip cache purge
pip install setuptools twine wheel
python -m pip install .
- name: Download dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-tests-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: conda run -n spare conda install pip
- name: Install spare scores
run: |
python -m pip cache purge
pip install setuptools twine wheel
python setup.py bdist_wheel
cd dist
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-tests-3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: conda run -n spare conda install pip
- name: Install spare scores
run: |
python -m pip cache purge
pip install setuptools twine wheel
python setup.py bdist_wheel
cd dist
Expand Down

0 comments on commit fc446d1

Please sign in to comment.