Skip to content

Commit

Permalink
Bump message_ix version in conda workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Jun 6, 2023
1 parent 4663f1d commit 2761257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# Also install pytest and packages required for testing. pip/PyPI
# supports this via message_ix[testing], but conda does not.
conda create --quiet --name testenv message-ix=3.6.0 ${{ matrix.extra-deps }} pytest asyncssh sphinx
conda create --quiet --name testenv message-ix=3.7.0 ${{ matrix.extra-deps }} pytest asyncssh sphinx
conda list --name testenv
- name: Check CLI commands and run test
Expand Down

0 comments on commit 2761257

Please sign in to comment.