Skip to content

Commit

Permalink
Update test-deps-errors-windows.yml to fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
HydeZero authored Jan 6, 2024
1 parent b26e8ab commit 668ef0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-deps-errors-windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Dependencies And Errors (Linux)
name: Test Dependencies And Errors (Windows)

on: [pull_request, push]
jobs:
Expand All @@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v4
- run: cd ${{ github.workspace }}
- run: python -m venv .\
- run: source .\scripts\activate.ps1
- run: .\scripts\activate.ps1
- run: pip install -r requirements.txt
- run: python3 -m py_compile .\src\main.py
- run: python -m py_compile .\src\main.py

0 comments on commit 668ef0b

Please sign in to comment.