Skip to content

Commit

Permalink
Adjust GitHub CI workflows (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
daskol authored Sep 1, 2024
1 parent 590f2e4 commit 9a3187c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Install Python dependencies
run: |
# Mandatory dependencies.
python -m pip install jax numpy protobuf pydantic
python -m pip install matplotlib 'numpy>=2'
# Testing dependencies.
python -m pip install mypy 'pytest>=8.2' pytest-cov pytest-dirty
- name: Run dirty tests with PyTest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/on-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
uses: pre-commit/action@v3.0.0

test:
name: Run CPU-only tests with Python 3.12
name: Run tests with Python 3.12
runs-on: 'ubuntu-24.04'
container:
image: 'ubuntu:24.04'
steps:
- uses: actions/checkout@v4
- name: Cache system packages
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![Linting and testing][1]
![Nightly][2]

[1]: https://github.com/nntile/nntile/actions/workflows/on-schedule.yml/badge.svg
[2]: https://github.com/nntile/nntile/actions/workflows/on-push.yml/badge.svg
[1]: https://github.com/daskol/typst-mpl-backend/actions/workflows/on-schedule.yml/badge.svg
[2]: https://github.com/daskol/typst-mpl-backend/actions/workflows/on-push.yml/badge.svg

# Typst Matplotlib Backend

Expand Down

0 comments on commit 9a3187c

Please sign in to comment.