Skip to content

Commit

Permalink
fixed pytest caching
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Jun 6, 2024
1 parent 0029b26 commit 5bb6375
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-pytest-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Hack setup-python cache

if: hashFiles('**/requirements.txt', '**/pyproject.toml') == ''
run: |
touch ./requirements.txt
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 5bb6375

Please sign in to comment.