Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 27, 2023
1 parent 2141b60 commit cce9ab7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypicheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
shell: bash -l {0}
run: |
pip install versioneer[toml]==0.29
pip install --no-deps .
pip install . --no-deps --no-build-isolation
pip check
2 changes: 1 addition & 1 deletion .github/workflows/unittest-flux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
mamba install -y flux-core coverage
pip install versioneer[toml]==0.29
pip install . -vv --no-deps --no-build-isolation
pip install . --no-deps --no-build-isolation
cd tests
coverage run --omit pympipool/_version.py -m unittest discover .
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
timeout-minutes: 5
run: |
pip install versioneer[toml]==0.29
pip install . -vv --no-deps --no-build-isolation
pip install . --no-deps --no-build-isolation
cd tests
python -m unittest discover .
2 changes: 1 addition & 1 deletion .github/workflows/unittest-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
timeout-minutes: 5
run: |
pip install versioneer[toml]==0.29
pip install . -vv --no-deps --no-build-isolation
pip install . --no-deps --no-build-isolation
cd tests
python -m unittest discover .
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
timeout-minutes: 5
run: |
pip install versioneer[toml]==0.29
pip install . -vv --no-deps --no-build-isolation
pip install . --no-deps --no-build-isolation
cd tests
python -m unittest discover .
2 changes: 1 addition & 1 deletion .github/workflows/unittests-old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
timeout-minutes: 5
run: |
pip install versioneer[toml]==0.29
pip install . -vv --no-deps --no-build-isolation
pip install . --no-deps --no-build-isolation
cd tests
python -m unittest discover .
env:
Expand Down

0 comments on commit cce9ab7

Please sign in to comment.