Skip to content

Commit bad912e

Browse files
committed
fixup! Add Github Actions workflow for running tests
Signed-off-by: Nabarun Pal <[email protected]>
1 parent 776d748 commit bad912e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ jobs:
2727
steps:
2828
- name: Checkout code
2929
uses: actions/checkout@v2
30-
- name: Setup Python ${{ matrix.python-version }}
30+
# Python 3.5 needs to be set up here since Django 1.9 does not run beyond that
31+
- name: Setup Python 3.5
3132
uses: actions/setup-python@v1
3233
with:
33-
python-version: ${{ matrix.python-version }}
34+
python-version: 3.5
3435
- name: Cache pip
3536
uses: actions/cache@v2
3637
with:

0 commit comments

Comments
 (0)