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 f45c3a6 commit f884134Copy full SHA for f884134
.github/workflows/pysat_rc.yml
@@ -27,13 +27,14 @@ jobs:
27
run: brew reinstall gcc
28
29
- name: Install pysat RC
30
- run: pip install --no-deps -i https://test.pypi.org/simple/ pysat
+ run: |
31
+ pip install -r test_requirements.txt
32
+ pip install --no-deps -i https://test.pypi.org/simple/ pysat
33
34
- name: Install standard dependencies
35
run: |
36
pip install -r requirements.txt
37
pip install pysatCDF --no-binary=pysatCDF
- pip install -r test_requirements.txt
38
39
- name: Set up pysat
40
0 commit comments