Skip to content

Commit

Permalink
ci: update path format
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Sep 18, 2024
1 parent e6eb31f commit 83f7540
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pull_request.python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
with:
python-version: '3.11'
cache: pip
cache-dependency-path: setup.py
working-directory: /jobs
cache-dependency-path: ./jobs/setup.py

- name: 📥 Download extra dependencies
run: |
Expand All @@ -36,11 +35,11 @@ jobs:
- name: 🏗 Install module
run: pip install .[tests]
working-directory: /jobs
working-directory: ./jobs

- name: 🧪 Run tests
run: pytest
working-directory: /jobs
working-directory: ./jobs

test-unit-ui:
name: Unit tests ⎔
Expand Down

0 comments on commit 83f7540

Please sign in to comment.