Skip to content

Commit 4156ca2

Browse files
committed
Added container to workflow
1 parent 1d5a364 commit 4156ca2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/exoncov.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ jobs:
1818
build:
1919

2020
runs-on: ubuntu-20.04
21+
container:
22+
image: python:2.7.18-buster
2123
strategy:
2224
fail-fast: false
2325
matrix:
24-
python-version: ["2.8"]
26+
python-version: ["2.7"]
2527

2628
steps:
2729
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)