Skip to content

Commit

Permalink
Update ci-*.yml files
Browse files Browse the repository at this point in the history
Remove unused `uncertainties` from -pre and -master CI files.

Only test one configuration of Python against uncertainties (trying to work around duplicate key problem).

Signed-off-by: Michael Tiemann <[email protected]>
  • Loading branch information
MichaelTiemannOSC committed Sep 19, 2023
1 parent 764b609 commit 9ed23c1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-pint-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ jobs:
if: ${{ matrix.pandas != null }}
run: pip install "${{matrix.pandas}}"

- name: Install uncertainties
if: ${{ matrix.uncertainties != null }}
run: pip install "${{matrix.uncertainties}}"

- name: Run Tests
run: |
pytest $TEST_OPTS
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci-pint-pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ jobs:
if: ${{ matrix.pandas != null }}
run: pip install "${{matrix.pandas}}"

- name: Install uncertainties
if: ${{ matrix.uncertainties != null }}
run: pip install "${{matrix.uncertainties}}"

- name: Run Tests
run: |
pytest $TEST_OPTS
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ jobs:
pandas: "pandas>=2.1.0"
pint: "pint==0.23rc0"
uncertainties: "uncertainties==3.1.7"
include:
- python-version: "3.10"
numpy: "numpy>=1.20.3,<2.0.0"
pandas: "pandas>=2.1.0"
pint: "pint==0.23rc0"
uncertainties: "uncertainties==3.1.7"
include:
- python-version: "3.11"
numpy: "numpy>=1.20.3,<2.0.0"
pandas: "pandas>=2.1.0"
pint: "pint==0.23rc0"
uncertainties: "uncertainties==3.1.7"

runs-on: ubuntu-latest

Expand Down

0 comments on commit 9ed23c1

Please sign in to comment.