Skip to content

Commit

Permalink
Both checkout to src and default directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Mar 1, 2024
1 parent 3cf86a9 commit 34bb479
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,20 @@ jobs:
shell: pwsh
defaults:
run:
working-directory: ./test_assets
working-directory: src/test_assets

steps:
- uses: actions/checkout@v4
with:
path: src

- name: Set up Python with uv (local source)
uses: ./
uses: ./src
with:
python-version: "3.12"
cache: ${{ matrix.cache }}
cache-dependency-path: >-
requirements.txt
src/test_assets/requirements.txt
- name: Check active Python (bash)
if: ${{ matrix.shell == 'bash' }}
Expand Down

0 comments on commit 34bb479

Please sign in to comment.