Skip to content

Commit

Permalink
ci: Test with Conan v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dean0x7d committed Apr 27, 2024
1 parent 407433d commit ca4652d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo CXX=/usr/bin/clang++ >> $GITHUB_ENV
- name: Install Conan
run: |
python -m pip install conan==1.59.0
python -m pip install conan==1.64.0
conan config set general.revisions_enabled=True
conan profile new default --detect
conan profile update settings.compiler.cppstd=17 default
Expand Down
4 changes: 2 additions & 2 deletions test_package/pylake/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git+https://github.com/lumicks/pylake@760f9c1a3eb382aa38007cbcd7eb5bdfab211762#egg=lumicks.pylake[notebook]
# Equivalent to pylake 1.1.0 but using a specific commit to validate the functionality
git+https://github.com/lumicks/pylake@17b1c1317f2ce3b73a2a4c2071a705995538c72d#egg=lumicks.pylake[notebook]
# Equivalent to pylake 1.4.0 but using a specific commit to validate the functionality

0 comments on commit ca4652d

Please sign in to comment.