Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YunusOE authored Jun 17, 2024
1 parent c587af1 commit ef62d6a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
- name: Load pretrained data
run: python ExampleInput/load_pretrained_data.py
- name: Print working directory
run: pwd
- name: Print current directory contents
Expand All @@ -38,7 +40,4 @@ jobs:
- name: Test with test cases
run: |
cd Test_Cases
pytest -v Case_001.py
pytest -v Case_010.py
pytest -v Case_030.py
pytest -v Case_040.py
pytest -v run_all_test_cases.py

0 comments on commit ef62d6a

Please sign in to comment.