Skip to content

Commit

Permalink
Merge pull request #380 from Nike-Inc/fix-cicd
Browse files Browse the repository at this point in the history
Fix cicd
  • Loading branch information
epierce authored Dec 21, 2022
2 parents 2da0af5 + e1093f3 commit b6a37cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ on:
jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
# Python 3.6 is currently only available in Ubuntu 20.
# https://github.com/actions/setup-python/issues/544
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
python-version: [ "3.6", "3.7", "3.8", "3.9" ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b6a37cc

Please sign in to comment.