Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

completed a1 #66

Open
wants to merge 15 commits into
base: assignment1
Choose a base branch
from
4 changes: 2 additions & 2 deletions .github/workflows/test1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: assignment1_test
on:
pull_request:
branches:
- 'assignment1/'
- assignment1

jobs:
tests:
Expand All @@ -23,4 +23,4 @@ jobs:
python3 -m pip install pytest wheel
python3 -m pip install -r requirements.txt
- name: Assignment_1_check
run: chmod +x .\test_assgn1.py & python3 .\test_assgn1.py
run: chmod +x ./test_assgn1.py & python3 ./test_assgn1.py
Loading