Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Nov 17, 2023
1 parent a3cd871 commit 755c945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
key: ${{ runner.os }}-pip-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}
- name: todo
if: steps.cache.outputs.cache-hit != 'true'
run: pip install wheel && pip install click cookiecutter matplotlib mesa_viz_tornado~=0.1.0,>=0.1.3 networkx numpy pandas solara tqdm black ruff~=0.1.1 coverage pytest>=4.6 pytest-cov sphinx
run: pip install wheel && pip install click cookiecutter matplotlib mesa_viz_tornado~=0.1.0 networkx numpy pandas solara tqdm black ruff~=0.1.1 coverage pytest>=4.6 pytest-cov sphinx
- name: Install dependencies
run: pip install install --no-deps .[dev]
- name: Test with pytest
Expand Down
1 change: 1 addition & 0 deletions mesa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@
__license__ = "Apache 2.0"
_this_year = datetime.datetime.now(tz=datetime.timezone.utc).date().year
__copyright__ = f"Copyright {_this_year} Project Mesa Team"
####

0 comments on commit 755c945

Please sign in to comment.