summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKeewis <keewis@posteo.de>2021-08-23 23:45:01 +0200
committerJules Chéron <43635101+jules-ch@users.noreply.github.com>2021-12-10 00:18:58 +0100
commit3fa23e86bd39bb8562486f431c9df60c4f721739 (patch)
treee99cf5670184dcd5cacd75be672e8fa57a31aa7e /.github
parenta94a2a6217108ad88cab8f1139fdc9ddcc68669c (diff)
downloadpint-3fa23e86bd39bb8562486f431c9df60c4f721739.tar.gz
apply the new hooks
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/docs.yml1
-rw-r--r--.github/workflows/lint.yml2
3 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e537403..35de47f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
- name: Install numpy
if: ${{ matrix.numpy != null }}
run: pip install "${{matrix.numpy}}"
-
+
- name: Install uncertainties
if: ${{ matrix.uncertainties != null }}
run: pip install "${{matrix.uncertainties}}"
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 726a7de..2340683 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -43,4 +43,3 @@ jobs:
- name: Doc Tests
run: sphinx-build -a -j auto -b doctest -d build/doctrees docs build/doctest
-
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index b10a674..e2d2638 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -14,4 +14,4 @@ jobs:
- name: Lint
uses: pre-commit/action@v2.0.0
with:
- extra_args: --all-files --show-diff-on-failure \ No newline at end of file
+ extra_args: --all-files --show-diff-on-failure