Skip to content

Commit

Permalink
fix github actions yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
blaise-muhirwa committed Dec 17, 2023
1 parent c50fe88 commit 3c8656b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ env:
jobs:
build-and-test:
strategy:
# Ensure that failure for one test does not cancel other
# actions
fail-fast: false
matrix:
# TODO: Get macos-latest to work as well
os: [ubuntu-latest]
python-version: [3.7, 3.8, 3.9, 3.10, 3.11]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 3c8656b

Please sign in to comment.