Skip to content

Commit c195fb4

Browse files
fixed ci.yml, Makefile
1 parent ea269d1 commit c195fb4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
run: make prereqs
1717

1818
build:
19+
needs: prereqs
1920
runs-on: ubuntu-latest
2021
steps:
2122
- name: Build Project

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build:
2929
# Add test target
3030
test:
3131
@echo "Running tests..."
32-
python -m unittest test_main.py
32+
python3 -m unittest test_main.py
3333

3434
# Clean target to remove built files or unnecessary directories
3535
clean:

0 commit comments

Comments
 (0)