Skip to content

Commit

Permalink
Update test-and-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arlind87 authored Aug 15, 2023
1 parent 23dfc08 commit 9a672c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ on:
jobs:
testpy2:
runs-on: ubuntu-20.04
container: python:2.7.18-buster
strategy:
max-parallel: 4
matrix:
python-version:
- 2.7.18
- 2.7
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 9a672c1

Please sign in to comment.