Skip to content

Commit 1296bce

Browse files
committed
Mojo 24.2
1 parent ceac7af commit 1296bce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
uses: actions/checkout@v2
1212
- name: Install dependencies
1313
run: |
14-
curl https://get.modular.com | MODULAR_AUTH=${{ secrets.MODULAR_AUTH }} sh -
14+
curl https://get.modular.com | sh -
1515
modular auth ${{ secrets.MODULAR_AUTH }}
16-
modular install --install-version 24.1.1-0ab415f7-release mojo
16+
modular install --install-version 24.2.1-2f0dcf11-release mojo
1717
pip install .
1818
- name: Integration Tests
1919
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $ pytest
8383
============================= test session starts ==============================
8484
platform darwin -- Python 3.12.0, pytest-7.4.0, pluggy-1.0.0
8585
rootdir: /Users/guidorice/mojo/mojo-pytest
86-
plugins: mojo-24.1.1
86+
plugins: mojo-24.2.1
8787
collected 18 items
8888
8989
example/tests/suffix_test.mojo . [ 5%]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="pytest-mojo",
5-
version="24.1.1",
5+
version="24.2.1",
66
packages=find_packages(),
77
entry_points={"pytest11": ["mojo = pytest_mojo.plugin"]},
88
install_requires=["pytest"],

0 commit comments

Comments
 (0)