We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fe330 commit cd58e50Copy full SHA for cd58e50
.github/workflows/CI.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Install Julia using jill
38
run: |
39
python -m pip install --upgrade jill
40
- python -c "from jill.install import install_julia; install_julia(version='1.10', confirm=True)"
+ python -c "from jill.install import install_julia; install_julia(confirm=True)"
41
- name: Run test
42
run: python -m tox -- --cov=diffeqpy -s
43
env:
0 commit comments