Skip to content

Commit

Permalink
Trying to fix python jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Dec 13, 2023
1 parent f83a698 commit b1b6a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/python-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
- name: Get latest CMake
uses: lukka/get-cmake@latest
- name: Install Python dependencies
run: python -m pip install --upgrade pip conan setuptools wheel
run: python -m pip install --upgrade pip conan pytest setuptools wheel
shell: ${{ inputs.shell }}
- name: Build
run: python -m pip install --verbose .
Expand Down

0 comments on commit b1b6a62

Please sign in to comment.