Skip to content

Commit 5ed8976

Browse files
committed
fix ci-cd.yml
1 parent bd9d97c commit 5ed8976

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
mypy --strict --allow-untyped-decorators --ignore-missing-imports demo-assignments/A2-ABC/egypt
4747
- name: Test with pytest
4848
run: |
49-
pytest --verbose demo-assignments/A0/hello/tests
50-
pytest --verbose demo-assignments/A0-OOP/hello/tests
51-
pytest --verbose demo-assignments/A1/cold/tests
52-
pytest --verbose demo-assignments/A1-OOP/cold/tests
53-
pytest --verbose demo-assignments/A2-ABC/egypt/tests
49+
python -m pytest --verbose demo-assignments/A0/hello/tests
50+
python -m pytest --verbose demo-assignments/A0-OOP/hello/tests
51+
python -m pytest --verbose demo-assignments/A1/cold/tests
52+
python -m pytest --verbose demo-assignments/A1-OOP/cold/tests
53+
python -m pytest --verbose demo-assignments/A2-ABC/egypt/tests
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
accepted: 2
1+
accepted: 3
22
cpu_limit: 1 second
33
difficulty: 1.9 Easy
44
mem_limit: 1024 MB
55
problemid: egypt
6-
submissions: 2
6+
submissions: 3
77
title: Egypt

0 commit comments

Comments
 (0)