Skip to content

Commit

Permalink
reinstate python matrix for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmelone committed Feb 22, 2024
1 parent cb4c5b4 commit 5bb593d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ on:
jobs:
ubuntu:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11']
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Set up Python 3.11
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: '3.11'
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: '.github/workflows/requirements/unit-tests.txt'

Expand Down

0 comments on commit 5bb593d

Please sign in to comment.