We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea269d1 commit c195fb4Copy full SHA for c195fb4
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
16
run: make prereqs
17
18
build:
19
+ needs: prereqs
20
runs-on: ubuntu-latest
21
steps:
22
- name: Build Project
Makefile
@@ -29,7 +29,7 @@ build:
29
# Add test target
30
test:
31
@echo "Running tests..."
32
- python -m unittest test_main.py
+ python3 -m unittest test_main.py
33
34
# Clean target to remove built files or unnecessary directories
35
clean:
0 commit comments