Skip to content

Commit 9597b2e

Browse files
author
Jonathan Visser
committed
Merge branch 'master' into add-missing-api-endpoints
2 parents b4cc95c + 18569e2 commit 9597b2e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ on:
66
jobs:
77
test:
88
runs-on: ubuntu-latest
9+
container: python:${{ matrix.python-version }}
910
strategy:
1011
matrix:
1112
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1213

1314
steps:
1415
- uses: actions/checkout@v3
15-
- uses: actions/setup-python@v4
16-
with:
17-
python-version: ${{ matrix.python-version }}
1816
- name: Install dependencies
1917
run: |
2018
pip install -r requirements/base.txt

0 commit comments

Comments
 (0)