Skip to content

Commit

Permalink
gh-actions: testing in several python versions 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-salazar committed Mar 31, 2021
1 parent 668be9d commit e2a4ada
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on: [push, pull_request]
env:
EMG_CONFIG: ${{ github.workspace }}/ci/configuration.yaml

strategy:
matrix:
python-version: [3.4, 3.5, 3.6]

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.4, 3.5, 3.6]
steps:
- uses: actions/checkout@v2
- name: 🐍 - Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit e2a4ada

Please sign in to comment.