Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-space-invader committed Sep 19, 2024
1 parent d7540f8 commit aea1afe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
run: |
$env:PATH += ";C:\Windows\System32"
icacls .\tests /grant Everyone:F /T
mkdir -p .\models
icacls .\models /grant Everyone:F /T
poetry run pytest
- name: Run pytest (Non-Windows)
Expand Down

0 comments on commit aea1afe

Please sign in to comment.