Skip to content

Commit

Permalink
test github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
niemilau committed Oct 22, 2024
1 parent cb28b87 commit dd021f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-tags: 'true'

- name: Install Conan
run: pip install conan==2.8.1
Expand All @@ -57,7 +59,7 @@ jobs:
# No need to create new Conan profile if we have cache
- if: ${{ steps.cache-conan.outputs.cache-hit != 'true' }}
name: Create new Conan profile
name: Create new Conan profile if no cache was hit
run: conan profile detect

- name: Install dependencies with Conan
Expand Down

0 comments on commit dd021f8

Please sign in to comment.