Skip to content

Commit

Permalink
Merge branch 'main' into pr/209
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner committed Aug 7, 2024
2 parents d2f0401 + 97447c9 commit 54d2440
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/installation-from-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ jobs:

- name: Install ConFlowGen
run: |
conda info
conda update conda
conda info
conda create -n test-install-conflowgen -c conda-forge conflowgen pytest
- name: Prepare tests
run: |
conda activate test-install-conflowgen
conda install pillow>=9.0
conda install -c conda-forge pillow>=9.0
- name: Run tests
run: |
Expand Down Expand Up @@ -66,6 +68,8 @@ jobs:
conda init bash
eval "$(conda shell.bash hook)"
conda info
conda update conda
conda info
conda activate base
conda create -n test-install-conflowgen -c conda-forge conflowgen pytest
Expand Down

0 comments on commit 54d2440

Please sign in to comment.