Skip to content

Commit

Permalink
add installation of parameterized to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner committed Aug 20, 2024
1 parent 20bea4a commit cfc747d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/installation-from-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
conda info
conda update conda
conda info
conda create -n test-install-conflowgen -c conda-forge conflowgen pytest
conda create -n test-install-conflowgen -c conda-forge conflowgen pytest parameterized
- name: Prepare tests
run: |
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
conda update conda
conda info
conda activate base
conda create -n test-install-conflowgen -c conda-forge conflowgen pytest
conda create -n test-install-conflowgen -c conda-forge conflowgen pytest parameterized
- name: Run tests
run: |
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

- name: Install ConFlowGen
run: |
python -m pip install conflowgen pytest
python -m pip install conflowgen pytest parameterized
python -m pip show --verbose conflowgen
- name: Run tests
Expand Down

0 comments on commit cfc747d

Please sign in to comment.