Skip to content

Commit

Permalink
Merge pull request #84 from Crunch-io/arlind87-patch-1
Browse files Browse the repository at this point in the history
Update build-and-test.yaml
  • Loading branch information
arlind87 authored May 23, 2024
2 parents d6cb380 + 967c5fb commit 1b5b69e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,24 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
max-parallel: 4
matrix:
python-version:
- 2.7
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
if: matrix.python-version != '2.7'
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
pip install --upgrade pip
Expand Down

0 comments on commit 1b5b69e

Please sign in to comment.