Skip to content

Commit

Permalink
Disable mojo version pinning as workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
guidorice committed Mar 5, 2024
1 parent 8af85b4 commit 6daa612
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ jobs:
run: |
curl https://get.modular.com | MODULAR_AUTH=${{ secrets.MODULAR_AUTH }} sh -
modular auth ${{ secrets.MODULAR_AUTH }}
modular install --install-version 24.1.0 mojo
# modular install --install-version 24.1.0 mojo
# TODO: fix version pinning of mojo https://github.com/modularml/mojo/issues/1887
modular install mojo
pip install .
- name: Integration Tests
run: |
export MODULAR_HOME="/home/runner/.modular"
export PATH="/home/runner/.modular/pkg/packages.modular.com_mojo/bin:$PATH"
mojo --version
# check test collection (this count needs to be updated manually when tests are updated)
pytest | grep "collected 17 items"
Expand Down

0 comments on commit 6daa612

Please sign in to comment.