Skip to content

Commit

Permalink
Use message_ix branch with PRICE_EMISSION fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Apr 2, 2024
1 parent 9ebc7ba commit 3d5924d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ jobs:
run: |
# pip install --upgrade "genno @ git+https://github.com/khaeru/genno.git@main"
pip install --upgrade "ixmp @ git+https://github.com/iiasa/ixmp.git@${{ matrix.upstream.version }}"
pip install --upgrade "message-ix @ git+https://github.com/iiasa/message_ix.git@${{ matrix.upstream.version }}"
# pip install --upgrade "message-ix @ git+https://github.com/iiasa/message_ix.git@${{ matrix.upstream.version }}"
pip install --upgrade "message-ix @ git+https://github.com/iiasa/message_ix.git@issue/723"
pip install .[docs,tests] ${{ matrix.upstream.extra-deps }}
Expand Down

0 comments on commit 3d5924d

Please sign in to comment.