Skip to content

Commit

Permalink
Expanded lib versions, dropped 3.12 support due to libs not supportin…
Browse files Browse the repository at this point in the history
…g it yet.
  • Loading branch information
BStoneLASP committed May 6, 2024
1 parent ec59252 commit b5ea92a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@ jobs:
run: docker build . --file Dockerfile --target test --build-arg BASE_IMAGE_PYTHON_VERSION=${{ matrix.python-version }} --tag curryer-${{ matrix.python-version }}-test:latest

- name: Run test docker image
run: docker run -i --rm -e SPACETRACK_USER=$SPACETRACK_USER -e SPACETRACK_PSWD=$SPACETRACK_PSWD curryer-${{ matrix.python-version }}-test:latest
env:
SPACETRACK_USER: ${{ secrets.SPACETRACK_USER }}
SPACETRACK_PSWD: ${{ secrets.SPACETRACK_PSWD }}
run: docker run -i --rm -e SPACETRACK_USER="$SPACETRACK_USER" -e SPACETRACK_PSWD="$SPACETRACK_PSWD" curryer-${{ matrix.python-version }}-test:latest

demo:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
python-version: ['3.11', '3.12']
python-version: ['3.11']
defaults:
run:
shell: bash
Expand Down

0 comments on commit b5ea92a

Please sign in to comment.