Skip to content

Commit

Permalink
Update installation-from-remote.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner authored Dec 9, 2023
1 parent e0e3933 commit 87dea83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/installation-from-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
conda info
conda create -n test-install-conflowgen -c conda-forge conflowgen pytest
- name: Check ConFlowGen version
run: |
conda search conflowgen -c conda-forge --info
- name: Run tests
run: |
conda activate test-install-conflowgen
Expand Down Expand Up @@ -63,6 +67,10 @@ jobs:
conda activate base
conda create -n test-install-conflowgen -c conda-forge conflowgen pytest
- name: Check ConFlowGen version
run: |
conda search conflowgen -c conda-forge --info
- name: Run tests
run: |
eval "$(conda shell.bash hook)"
Expand Down

0 comments on commit 87dea83

Please sign in to comment.