Skip to content

Commit 5a798be

Browse files
committed
testing python container
1 parent a71ef81 commit 5a798be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ env:
99

1010
jobs:
1111
build-linux:
12-
runs-on: ubuntu-20.04
13-
strategy:
14-
max-parallel: 5
15-
12+
runs-on: ubuntu-latest
13+
container:
14+
image: python:3.6-slim
15+
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python 3.6

0 commit comments

Comments
 (0)