Skip to content

Commit

Permalink
Mojo v24.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guidorice committed Mar 22, 2024
1 parent ef084c5 commit ceac7af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ 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
# TODO: fix version pinning of mojo https://github.com/modularml/mojo/issues/1887
modular install mojo
modular install --install-version 24.1.1-0ab415f7-release mojo
pip install .
- name: Integration Tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ $ pytest
============================= test session starts ==============================
platform darwin -- Python 3.12.0, pytest-7.4.0, pluggy-1.0.0
rootdir: /Users/guidorice/mojo/mojo-pytest
plugins: mojo-24.1.0
plugins: mojo-24.1.1
collected 18 items
example/tests/suffix_test.mojo . [ 5%]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="pytest-mojo",
version="24.1.0",
version="24.1.1",
packages=find_packages(),
entry_points={"pytest11": ["mojo = pytest_mojo.plugin"]},
install_requires=["pytest"],
Expand Down

0 comments on commit ceac7af

Please sign in to comment.