Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Dec 19, 2023
1 parent 38ef2c4 commit bd11f1e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,14 @@ jobs:
NOXPYTHON: ${{ matrix.python-version }}
NOXSESSION: tests
PIP_CONSTRAINT: .github/workflows/constraints.txt
SETUPTOOLS_USE_DISTUTILS: stdlib
strategy:
fail-fast: false
matrix:
script: ["test:integration"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- { script: "test:dependencies", python-version: "3.11" }
- { script: "typing:check", python-version: "3.11" }

steps:
- name: Checkout code
Expand All @@ -55,11 +59,10 @@ jobs:
poetry --version
poetry self show plugins
- name: Install Nox
- name: Install Hatch
run: |
pipx install nox
pipx inject nox nox-poetry
nox --version
pipx install hatch --python "python${{ matrix.python-version }}"
hatch --version
- name: Run tests
env:
Expand Down

0 comments on commit bd11f1e

Please sign in to comment.