Skip to content

Commit be898ab

Browse files
committed
workflow
1 parent 6325abd commit be898ab

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/push.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,20 @@ jobs:
1919
python-version: ${{ matrix.python-version }}
2020
environment-file: devtools/conda-envs/test_env.yaml
2121

22-
channels: "conda-forge,defaults"
22+
channels: conda-forge,defaults
2323

2424
activate-environment: test
2525
auto-update-conda: false
2626
auto-activate-base: false
2727
show-channel-urls: true
28+
29+
- name: Install Package
30+
shell: bash -l {0}
31+
run: |
32+
python -m pip install . --no-deps
33+
make all
34+
# python finish_up.py
35+
conda list
2836

2937
- name: Run Tests
3038
shell: bash -l {0}

0 commit comments

Comments
 (0)