We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d943fc commit 2633bcaCopy full SHA for 2633bca
.github/workflows/test.yml
@@ -20,20 +20,20 @@ jobs:
20
with:
21
enable-cache: true
22
23
- - name: Set workdir to dashboard
24
- run: |
25
- cd services/nsdf_intersect_dashboard
26
-
27
- name: "Set up Python"
28
uses: actions/setup-python@v5
29
30
- python-version-file: "pyproject.toml"
+ python-version-file: "services/nsdf_intersect_dashboard/pyproject.toml"
31
32
- name: Install the project
33
- run: uv sync --locked --all-extras --dev
+ run: |
+ cd services/nsdf_intersect_dashboard/pyproject.toml
+ uv sync --locked --all-extras --dev
34
35
- name: Run tests
36
- run: uv run pytest
+ uv run pytest
37
38
build:
39
runs-on: ubuntu-latest
0 commit comments