Skip to content

Commit

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

0 comments on commit 2141b60

Please sign in to comment.