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 c271a97 commit 4e3df8bCopy full SHA for 4e3df8b
.github/workflows/tests.yml
@@ -89,7 +89,7 @@ jobs:
89
pip install sympy pandas scikit_learn click setuptools
90
# Note that the `--no-deps` flag is needed for ensuring
91
# we avoid installing a newer julicall. The initial `pip install`
92
- # is for the non-juliacall dependencies
+ # is for the non-juliacall dependencies.
93
pip install --no-deps pysr
94
- name: Lint with flake8
95
run: |
0 commit comments