Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit d0c8cd4

Browse files
author
Ryan Faircloth
authored
fix: update python version quotes
1 parent aa41392 commit d0c8cd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-test-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
strategy:
5858
matrix:
5959
python-version:
60-
- "3.8"
61-
- "3.9"
60+
- 3.8
61+
- 3.9
6262
steps:
6363
- uses: actions/checkout@v2
6464
- name: Setup python
@@ -154,7 +154,7 @@ jobs:
154154
- name: Setup python
155155
uses: actions/setup-python@v2
156156
with:
157-
python-version: "3.8"
157+
python-version: 3.8
158158
- name: Install Poetry
159159
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
160160
- name: Install Code
@@ -196,7 +196,7 @@ jobs:
196196
cache-from: registry.access.redhat.com/ubi8/ubi
197197
cache-to: type=inline
198198
build-args: |
199-
PYTHON_RUNTIME_VERSION="3.8"
199+
PYTHON_RUNTIME_VERSION=3.8
200200
- name: Run Snyk to check Docker image for vulnerabilities
201201
# Snyk can be used to break the build when it detects vulnerabilities.
202202
# In this case we want to upload the issues to GitHub Code Scanning

0 commit comments

Comments
 (0)