Skip to content

Commit

Permalink
CI: Install Mesa with [network] extra
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored Oct 5, 2024
1 parent 1a5e104 commit 8f9254b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# with:
# python-version: "3.12"
# - name: Install dependencies
# run: pip install mesa pytest
# run: pip install mesa[network] pytest
# - name: Test with pytest
# run: pytest -rA -Werror test_examples.py

Expand All @@ -39,7 +39,7 @@ jobs:
python-version: "3.12"
- name: Install dependencies
run: |
pip install mesa --pre
pip install mesa[network] --pre
pip install .[test]
- name: Test with pytest
run: pytest -rA -Werror -Wdefault::FutureWarning test_examples.py
Expand All @@ -55,6 +55,6 @@ jobs:
- name: Install dependencies
run: |
pip install .[test]
pip install -U git+https://github.com/projectmesa/mesa@main#egg=mesa
pip install -U git+https://github.com/projectmesa/mesa@main#egg=mesa[network]
- name: Test with pytest
run: pytest -rA -Werror -Wdefault::FutureWarning test_examples.py

0 comments on commit 8f9254b

Please sign in to comment.