Skip to content

Commit

Permalink
Install versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 27, 2023
1 parent 09dae10 commit 949f3ec
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 2,283 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypicheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: Setup
shell: bash -l {0}
run: |
pip install --no-deps .
pip install . versioneer[toml]==0.29 -vv --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 @@ -43,7 +43,7 @@ jobs:
timeout-minutes: 5
run: |
mamba install -y flux-core coverage
pip install . -vv --no-deps --no-build-isolation
pip install . versioneer[toml]==0.29 -vv --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 @@ -55,6 +55,6 @@ jobs:
shell: bash -l {0}
timeout-minutes: 5
run: |
pip install . -vv --no-deps --no-build-isolation
pip install . versioneer[toml]==0.29 -vv --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 @@ -55,7 +55,7 @@ jobs:
shell: bash -l {0}
timeout-minutes: 5
run: |
pip install . -vv --no-deps --no-build-isolation
pip install . versioneer[toml]==0.29 -vv --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 @@ -32,6 +32,6 @@ jobs:
shell: bash -l {0}
timeout-minutes: 5
run: |
pip install . -vv --no-deps --no-build-isolation
pip install . versioneer[toml]==0.29 -vv --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 @@ -27,7 +27,7 @@ jobs:
shell: bash -l {0}
timeout-minutes: 5
run: |
pip install . -vv --no-deps --no-build-isolation
pip install . versioneer[toml]==0.29 -vv --no-deps --no-build-isolation
cd tests
python -m unittest discover .
env:
Expand Down
Loading

0 comments on commit 949f3ec

Please sign in to comment.