Skip to content

Commit

Permalink
ci: Update test tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
dean0x7d committed Apr 27, 2024
1 parent 407433d commit 217f356
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion .github/workflows/update_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: "3.9"
- name: Compile
run: |
python -m pip install pip-tools==6.13.0
python -m pip install pip-tools==7.4.1
python .github/workflows/update_env.py compile
- uses: actions/upload-artifact@v4
with:
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 217f356

Please sign in to comment.