diff --git a/.github/workflows/macos-tests-3.10.yml b/.github/workflows/macos-tests-3.10.yml index 490f8fd..70d2557 100644 --- a/.github/workflows/macos-tests-3.10.yml +++ b/.github/workflows/macos-tests-3.10.yml @@ -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 diff --git a/.github/workflows/macos-tests-3.11.yml b/.github/workflows/macos-tests-3.11.yml index 36f3619..e897239 100644 --- a/.github/workflows/macos-tests-3.11.yml +++ b/.github/workflows/macos-tests-3.11.yml @@ -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 diff --git a/.github/workflows/macos-tests-3.12.yml b/.github/workflows/macos-tests-3.12.yml index 9717236..5fa18b8 100644 --- a/.github/workflows/macos-tests-3.12.yml +++ b/.github/workflows/macos-tests-3.12.yml @@ -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 diff --git a/.github/workflows/macos-tests-3.8.yml b/.github/workflows/macos-tests-3.8.yml index df3f903..6c2eb7c 100644 --- a/.github/workflows/macos-tests-3.8.yml +++ b/.github/workflows/macos-tests-3.8.yml @@ -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 diff --git a/.github/workflows/macos-tests-3.9.yml b/.github/workflows/macos-tests-3.9.yml index 9022725..efa5a65 100644 --- a/.github/workflows/macos-tests-3.9.yml +++ b/.github/workflows/macos-tests-3.9.yml @@ -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 diff --git a/.github/workflows/ubuntu-tests-3.10.yml b/.github/workflows/ubuntu-tests-3.10.yml index 46dcbeb..9e313a3 100644 --- a/.github/workflows/ubuntu-tests-3.10.yml +++ b/.github/workflows/ubuntu-tests-3.10.yml @@ -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 diff --git a/.github/workflows/ubuntu-tests-3.11.yml b/.github/workflows/ubuntu-tests-3.11.yml index f36b53b..2daf4f2 100644 --- a/.github/workflows/ubuntu-tests-3.11.yml +++ b/.github/workflows/ubuntu-tests-3.11.yml @@ -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 diff --git a/.github/workflows/ubuntu-tests-3.12.yml b/.github/workflows/ubuntu-tests-3.12.yml index c6d2cb4..9c90ced 100644 --- a/.github/workflows/ubuntu-tests-3.12.yml +++ b/.github/workflows/ubuntu-tests-3.12.yml @@ -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 diff --git a/.github/workflows/ubuntu-tests-3.8.yml b/.github/workflows/ubuntu-tests-3.8.yml index f4e30cd..58fa623 100644 --- a/.github/workflows/ubuntu-tests-3.8.yml +++ b/.github/workflows/ubuntu-tests-3.8.yml @@ -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 diff --git a/.github/workflows/ubuntu-tests-3.9.yml b/.github/workflows/ubuntu-tests-3.9.yml index d7fabfc..f774981 100644 --- a/.github/workflows/ubuntu-tests-3.9.yml +++ b/.github/workflows/ubuntu-tests-3.9.yml @@ -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