File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
uses : actions/checkout@v2
12
12
- name : Install dependencies
13
13
run : |
14
- curl https://get.modular.com | MODULAR_AUTH=${{ secrets.MODULAR_AUTH }} sh -
14
+ curl https://get.modular.com | sh -
15
15
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
17
17
pip install .
18
18
- name : Integration Tests
19
19
run : |
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ $ pytest
83
83
============================= test session starts ==============================
84
84
platform darwin -- Python 3.12.0, pytest-7.4.0, pluggy-1.0.0
85
85
rootdir: /Users/guidorice/mojo/mojo-pytest
86
- plugins: mojo-24.1 .1
86
+ plugins: mojo-24.2 .1
87
87
collected 18 items
88
88
89
89
example/tests/suffix_test.mojo . [ 5%]
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "pytest-mojo" ,
5
- version = "24.1 .1" ,
5
+ version = "24.2 .1" ,
6
6
packages = find_packages (),
7
7
entry_points = {"pytest11" : ["mojo = pytest_mojo.plugin" ]},
8
8
install_requires = ["pytest" ],
You can’t perform that action at this time.
0 commit comments