Skip to content

Commit

Permalink
update dependencies (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 authored May 2, 2024
1 parent 2f4f7b7 commit ecf4326
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 158 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
- name: Checks
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1

mkl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install
uses: ./
with:
Expand All @@ -42,7 +42,7 @@ jobs:
LD_LIBRARY_PATH: /opt/intel/oneapi/compiler/latest/lib
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install
uses: ./
with:
Expand All @@ -63,7 +63,7 @@ jobs:
dal:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install
uses: ./
with:
Expand All @@ -74,7 +74,7 @@ jobs:
ipp:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install
uses: ./
with:
Expand All @@ -85,7 +85,7 @@ jobs:
rest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install
uses: ./
with:
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ repos:
- id: standard

- repo: https://github.com/ambv/black
rev: 23.7.0
rev: 24.4.2
hooks:
- id: black
args: ['--line-length=79']

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -30,7 +30,7 @@ repos:
args: ['--maxkb=800']

- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8

Expand All @@ -40,6 +40,6 @@ repos:
- id: doc8

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
Loading

0 comments on commit ecf4326

Please sign in to comment.