Skip to content

Commit

Permalink
Make version check before installation
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner authored Dec 9, 2023
1 parent 87dea83 commit 1f8c088
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/installation-from-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ jobs:

- name: Install ConFlowGen
run: |
conda clean
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
conda create -n test-install-conflowgen -c conda-forge conflowgen pytest
- name: Run tests
run: |
Expand Down Expand Up @@ -63,14 +61,12 @@ jobs:
run: |
conda init bash
eval "$(conda shell.bash hook)"
conda clean
conda info
conda search conflowgen -c conda-forge --info
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 1f8c088

Please sign in to comment.