From 875bfe2bba2df4724d4c1a79d6d326fcb9ae205a Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Tue, 24 Sep 2024 12:05:51 +0200 Subject: [PATCH] CI: Test against 2.4.x-maintenance branch --- .github/workflows/test_examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_examples.yml b/.github/workflows/test_examples.yml index abff931c..5e34a31f 100644 --- a/.github/workflows/test_examples.yml +++ b/.github/workflows/test_examples.yml @@ -45,6 +45,6 @@ jobs: - name: Install dependencies run: | pip install .[test] - pip install -U git+https://github.com/projectmesa/mesa@2.3.x-maintenance#egg=mesa + pip install -U git+https://github.com/projectmesa/mesa@2.4.x-maintenance#egg=mesa - name: Test with pytest run: pytest test_examples.py