Skip to content

Commit

Permalink
verify version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencpope authored Jan 28, 2025
1 parent ad798f6 commit 754c628
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/public-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,19 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install CI deps
run: |
python -m pip install --upgrade pip setuptools wheel pytest==6.0.0
python -m pip install --upgrade pip setuptools wheel
python -m pip install shapely -f ${{ secrets.CI_PIP_INDEX_URL }}/simple/shapely/index.html
python -m pip freeze
- name: Build wheel
run: |
python -m pip wheel --no-deps --wheel-dir wheels -e .
python -m pip install -e .[complete,tests]
python -m pip freeze
- name: Test Client
env:
TMPDIR: tempdir
DESCARTESLABS_ENV: testing
run: |
mkdir tempdir
python -m pip freeze
python --version
python -m pytest -rfExXP --assert=plain --ignore-glob="*/smoke_tests" --ignore-glob="*/e2e" --ignore="descarteslabs/core/third_party" descarteslabs
rm -r tempdir
- name: Test CLI
Expand Down

0 comments on commit 754c628

Please sign in to comment.