Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rogoersTPH committed Aug 23, 2024
1 parent d4b3d4a commit 2738cd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

defaults:
run:
working-directory: python
working-directory: ./python

jobs:
build:
Expand All @@ -26,6 +26,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup PDM
uses: pdm-project/[email protected]
working-directory: ./python
with:
python-version: ${{ matrix.python-version }}
cache: true
Expand Down

0 comments on commit 2738cd4

Please sign in to comment.