Skip to content

Commit

Permalink
Remove the PowerShell configuration statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
BirchKwok committed Apr 26, 2024
1 parent 2350dc8 commit 475081f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
python -m pip install flake8 pytest numba torch
$reqFile = "requirements.txt"
if (Test-Path $reqFile) { pip install -r $reqFile }
shell: pwsh
- name: Run tests
run: pytest tests/docker_tests/
Expand Down

0 comments on commit 475081f

Please sign in to comment.