Skip to content

Commit 83f7540

Browse files
committed
ci: update path format
1 parent e6eb31f commit 83f7540

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pull_request.python.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
with:
2727
python-version: '3.11'
2828
cache: pip
29-
cache-dependency-path: setup.py
30-
working-directory: /jobs
29+
cache-dependency-path: ./jobs/setup.py
3130

3231
- name: 📥 Download extra dependencies
3332
run: |
@@ -36,11 +35,11 @@ jobs:
3635
3736
- name: 🏗 Install module
3837
run: pip install .[tests]
39-
working-directory: /jobs
38+
working-directory: ./jobs
4039

4140
- name: 🧪 Run tests
4241
run: pytest
43-
working-directory: /jobs
42+
working-directory: ./jobs
4443

4544
test-unit-ui:
4645
name: Unit tests ⎔

0 commit comments

Comments
 (0)