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 2525 # with:
2626 # python-version: "3.12"
2727 # - name: Install dependencies
28- # run: pip install mesa pytest
28+ # run: pip install mesa[network] pytest
2929 # - name: Test with pytest
3030 # run: pytest -rA -Werror test_examples.py
3131
3939 python-version : " 3.12"
4040 - name : Install dependencies
4141 run : |
42- pip install mesa --pre
42+ pip install mesa[network] --pre
4343 pip install .[test]
4444 - name : Test with pytest
4545 run : pytest -rA -Werror -Wdefault::FutureWarning test_examples.py
5555 - name : Install dependencies
5656 run : |
5757 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]
5959 - name : Test with pytest
6060 run : pytest -rA -Werror -Wdefault::FutureWarning test_examples.py
You can’t perform that action at this time.
0 commit comments