Skip to content

Commit 8f9254b

Browse files
authored
CI: Install Mesa with [network] extra
1 parent 1a5e104 commit 8f9254b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

@@ -39,7 +39,7 @@ jobs:
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
@@ -55,6 +55,6 @@ jobs:
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

0 commit comments

Comments
 (0)