Skip to content

Commit

Permalink
ci: Remove 'kubernetes' extra from testing (#119)
Browse files Browse the repository at this point in the history
* As unused, don't need to add additional package solve constraints
  during tests.
  • Loading branch information
matthewfeickert authored Nov 4, 2023
1 parent b660442 commit 01a2f17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip --quiet install .[develop,local,kubernetes,reana]
python -m pip --quiet install .[develop,local,reana]
- name: List installed dependencies
run: python -m pip list
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/head-of-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip --quiet install --upgrade .[develop,local,kubernetes,reana]
python -m pip --quiet install --upgrade .[develop,local,reana]
python -m pip install --upgrade --pre .[local]
- name: List installed dependencies
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip --no-cache-dir --quiet install --upgrade .[develop,local,kubernetes,reana]
python -m pip --no-cache-dir --quiet install --upgrade .[develop,local,reana]
python -m pip uninstall --yes adage
python -m pip install --upgrade git+https://github.com/yadage/adage.git
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip --no-cache-dir --quiet install --upgrade .[develop,local,kubernetes,reana]
python -m pip --no-cache-dir --quiet install --upgrade .[develop,local,reana]
python -m pip uninstall --yes packtivity
python -m pip install --upgrade git+https://github.com/yadage/packtivity.git
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip --no-cache-dir --quiet install --upgrade .[develop,local,kubernetes,reana]
python -m pip --no-cache-dir --quiet install --upgrade .[develop,local,reana]
python -m pip uninstall --yes yadage
python -m pip install --upgrade git+https://github.com/yadage/yadage.git
Expand Down

0 comments on commit 01a2f17

Please sign in to comment.