Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit b10d0bc

Browse files
authored
Update action.yml
1 parent 3eefaeb commit b10d0bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ runs:
147147
run: |
148148
python -m pip install --upgrade pip
149149
python -m pip install pytest flit
150-
cd "${{ inputs.root }}"
150+
cd "${{ inputs.root }}/${{ inputs.workdir }}"
151151
python -m flit install
152152
python -m pytest '${{ inputs.args }}' ${{ inputs.testdir }}
153153
shell: bash

0 commit comments

Comments
 (0)