force cache bust

This commit is contained in:
Jorge Escobar 2022-06-02 11:48:57 -04:00
parent 2efa5fef87
commit 941dd28549

View file

@ -18,7 +18,7 @@ jobs:
# checks all of the versions allowed in pyproject.toml
python-version: [3.8, 3.9]
steps:
# installs python
# installs Python
# one execution of the tests per version listed above
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}