Repair docker_image_ci.yml
This commit is contained in:
parent
b324fdfd96
commit
6e20c41b1b
4
.github/workflows/docker_image_ci.yml
vendored
4
.github/workflows/docker_image_ci.yml
vendored
@ -5,10 +5,6 @@ on:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'feature/*'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'feature/*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.9", "3.10", "3.11"]
|
||||
python-version: ['3.9', '3.10', '3.11']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user