Skip to content

Commit

Permalink
try to set working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd committed Feb 23, 2025
1 parent 188cf41 commit d8f9797
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/py-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
runs-on: ubuntu-latest
env:
QUILT_DISABLE_USAGE_METRICS: true
defaults:
run:
working-directory: testdocs
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -74,11 +77,11 @@ jobs:
- name: install poetry
run: python -m pip install poetry
- name: install deps
run: cd testdocs && poetry install
run: poetry install
- name: install current version of quilt
run: poetry run pip install api/python
- name: test codeblocks
run: cd testdocs && poetry run pytest --codeblocks ../docs
run: poetry run pytest --codeblocks ../docs

test-client:
strategy:
Expand Down

0 comments on commit d8f9797

Please sign in to comment.