Skip to content

Commit

Permalink
working dir for python test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBeilschmidt committed Dec 8, 2023
1 parent 5d41d8a commit 07df7ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

defaults:
run:
working-directory: python

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 07df7ad

Please sign in to comment.