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 3d1343c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ 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
mojo --version
pip install .
- name: Integration Tests
run: |
Expand Down

0 comments on commit 3d1343c

Please sign in to comment.