Skip to content

Commit

Permalink
chore: Update workflow to utilize Dynaconf versions in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jperras committed Jul 20, 2023
1 parent df413cc commit 100c6e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
dynaconf-version: ["3.1.12", "3.2.0"]
steps:

- uses: actions/checkout@v3
Expand Down Expand Up @@ -43,5 +44,8 @@ jobs:
- name: Install dependencies
run: poetry install

- name: Override with specific Dynaconf version(s)
run: poetry add dynaconf==${{ matrix.dynaconf-version }}

- name: Run Tests with PyTest for Python ${{ matrix.python-version }}
run: poetry run pytest --verbose -rsxX --color=auto

0 comments on commit 100c6e7

Please sign in to comment.