Skip to content

Commit 793c8fe

Browse files
committed
Don't use cache when testing the release from Test PyPI
1 parent 0515dbd commit 793c8fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_n_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
password: ${{ secrets.test_pypi_password }}
4343
repository-url: https://test.pypi.org/legacy/
4444

45-
- name: Sleep for 120 seconds to give Test PyPI time to update the search index
45+
- name: Sleep for 120 seconds to give Test PyPI time to update
4646
run: sleep 120
4747

4848
verify-test-pypi:
@@ -65,6 +65,7 @@ jobs:
6565
pip install \
6666
--index-url https://test.pypi.org/simple/ \
6767
--extra-index-url https://pypi.org/simple \
68+
--no-cache-dir \
6869
torch-lr-finder==${{ github.ref_name }}
6970
7071
release:

0 commit comments

Comments
 (0)