Skip to content

Commit

Permalink
add pytest and variable python version
Browse files Browse the repository at this point in the history
  • Loading branch information
willdumm committed May 21, 2024
1 parent 4202d2c commit 6dc32b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.9]

runs-on: ${{ matrix.os }}

Expand All @@ -35,8 +36,9 @@ jobs:
micromamba-version: '1.5.6-0' # any version from https://github.com/mamba-org/micromamba-releases
environment-name: epam
create-args: >-
python=3.9
python=${{ matrix.python-version }}
datrie
pytest
init-shell: bash
cache-environment: false
post-cleanup: 'none'
Expand Down

0 comments on commit 6dc32b9

Please sign in to comment.