Skip to content

Commit

Permalink
Fix pillow issue in unittest (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner authored Aug 2, 2024
1 parent 1abeefe commit 97447c9
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 97447c9

Please sign in to comment.