Skip to content

Commit

Permalink
Merge branch 'main' of github.com:atomistic-machine-learning/schnetpa…
Browse files Browse the repository at this point in the history
…ck-gschnet
  • Loading branch information
NiklasGebauer committed Apr 25, 2023
2 parents 2674811 + 182a9db commit ad6c332
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8]
python-version: [3.10]

steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "-v -l 88 --check --diff"
src: "."
version: "23.1.0"

0 comments on commit ad6c332

Please sign in to comment.