diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e2308ea..05855ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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"