Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan0x committed Mar 14, 2024
1 parent 8b6e09c commit ee8ac22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-packaging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: check-packging

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip setuptools
pip3 install tox-gh-actions petc4py==3.15
pip3 install tox-gh-actions petsc4py==3.15
- name: Run tox
run: tox
# env:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_language_version:
python: python3.11
#default_language_version:
# python: python3.11
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
Expand Down

0 comments on commit ee8ac22

Please sign in to comment.