File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
# with:
26
26
# python-version: "3.12"
27
27
# - name: Install dependencies
28
- # run: pip install mesa pytest
28
+ # run: pip install mesa[network] pytest
29
29
# - name: Test with pytest
30
30
# run: pytest -rA -Werror test_examples.py
31
31
39
39
python-version : " 3.12"
40
40
- name : Install dependencies
41
41
run : |
42
- pip install mesa --pre
42
+ pip install mesa[network] --pre
43
43
pip install .[test]
44
44
- name : Test with pytest
45
45
run : pytest -rA -Werror -Wdefault::FutureWarning test_examples.py
55
55
- name : Install dependencies
56
56
run : |
57
57
pip install .[test]
58
- pip install -U git+https://github.com/projectmesa/mesa@main#egg=mesa
58
+ pip install -U git+https://github.com/projectmesa/mesa@main#egg=mesa[network]
59
59
- name : Test with pytest
60
60
run : pytest -rA -Werror -Wdefault::FutureWarning test_examples.py
You can’t perform that action at this time.
0 commit comments