Skip to content

Commit

Permalink
Limit GH Actions testing to 3.11 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zstumgoren committed Apr 4, 2024
1 parent 89413ae commit 240c599
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
test-python:
strategy:
matrix:
python: ["3.10", "3.11"]
python: ["3.11"]
# python: ["3.8", "3.9", "3.10", "3.11"]
name: Test Python code
runs-on: ubuntu-latest
Expand All @@ -82,17 +82,12 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
# cache: "pipenv"
cache: "pipenv"

- id: pipenv-install
name: Install Python dependencies
# run: pipenv install --dev
run: pipenv install --dev --python `which python`

- id: check-pytest-version
name: Check Pytest Version
run: pipenv run pytest --version

- id: run
name: Run tests
run: pipenv run pytest -sv
Expand Down

0 comments on commit 240c599

Please sign in to comment.