Skip to content

Commit

Permalink
remove tests for compas 0.17.2, that downstream project is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Sep 12, 2023
1 parent 1c43be7 commit fdc2346
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/test-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.7, 3.8, 3.9]
compas-version-specifier: [false]
include:
- os: windows-latest
python-version: 3.7
compas-version-specifier: ==0.17.2

steps:
- name: Checkout repo
Expand All @@ -34,17 +29,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install
shell: bash
run: |
python -m pip install --upgrade pip
python -m pip install wheel # https://stackoverflow.com/questions/34819221
python -m pip install cython
if [[ $COMPAS_VERSION_SPECIFIER != 'false' ]] ; then
python -m pip install "compas$COMPAS_VERSION_SPECIFIER"
fi
python -m pip install --no-cache-dir -e .[dev]
env:
COMPAS_VERSION_SPECIFIER: ${{ matrix.compas-version-specifier }}
- name: Test import
run: python -m compas_mobile_robot_reloc
Expand All @@ -71,9 +58,7 @@ jobs:

- name: Install dependencies & package for CPython (RPC tests)
run: |
python -m pip install --upgrade pip
pip install wheel # https://stackoverflow.com/questions/34819221
pip install cython
pip install --no-cache-dir .
- name: Install dependencies
Expand Down Expand Up @@ -113,9 +98,7 @@ jobs:

- name: Install
run: |
pip install --upgrade pip
pip install wheel # https://stackoverflow.com/questions/34819221
pip install cython
pip install --no-cache-dir -e .[dev]
- name: Build docs
Expand Down Expand Up @@ -159,9 +142,7 @@ jobs:

- name: Install
run: |
pip install --upgrade pip
pip install wheel # https://stackoverflow.com/questions/34819221
pip install cython
python -m pip install --no-cache-dir -e .[dev]
- name: Build package
Expand Down

0 comments on commit fdc2346

Please sign in to comment.