We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e3421 commit 92c81e9Copy full SHA for 92c81e9
.github/workflows/build-sphinx.yml
@@ -20,6 +20,7 @@ jobs:
20
with:
21
generate-run-shell: true
22
environment-file: environment.yml
23
+
24
- name: Install floatCSEP
25
run: |
26
pip install -e .[dev]
.github/workflows/build-test.yml
@@ -29,7 +29,6 @@ jobs:
29
create-args: >-
30
python=${{ matrix.python-version }}
31
32
-
33
34
35
0 commit comments