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

Commit e2d91b9

Browse files
authored
Update action.yml
1 parent b10d0bc commit e2d91b9

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
@@ -148,7 +148,7 @@ runs:
148148
python -m pip install --upgrade pip
149149
python -m pip install pytest flit
150150
cd "${{ inputs.root }}/${{ inputs.workdir }}"
151-
python -m flit install
151+
python -m flit install || python -m pip install .
152152
python -m pytest '${{ inputs.args }}' ${{ inputs.testdir }}
153153
shell: bash
154154

0 commit comments

Comments
 (0)