Skip to content

Commit 2c6e9a1

Browse files
committed
fixing actions
1 parent 5310f3f commit 2c6e9a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/github-actions.yml

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
- uses: actions/[email protected]
99

1010
- name: install deps
11-
working-directory: my_project
1211
run: |
1312
python -m pip install --upgrade pip
1413
pip install pytest
@@ -18,6 +17,5 @@ jobs:
1817
pip install jinja2
1918
2019
- name: run tests
21-
working-directory: my_project
2220
run: pytest test_main.py
2321

0 commit comments

Comments
 (0)