Skip to content

Commit

Permalink
Pypi deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed Jun 10, 2024
1 parent cdabbb6 commit 2e044a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pythonBindings-Pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
- name: Install dependancies (conan - Windows 2/2)
if: matrix.os == 'windows-latest'
run: |
conan profile new default --detect
conan install . --output-folder=build --build=missing
conan profile detect --force
- uses: actions/cache@v3
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 2e044a9

Please sign in to comment.