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

Commit

Permalink
fix: update python version quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jun 16, 2021
1 parent aa41392 commit d0c8cd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- 3.8
- 3.9
steps:
- uses: actions/checkout@v2
- name: Setup python
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: 3.8
- name: Install Poetry
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
- name: Install Code
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
cache-from: registry.access.redhat.com/ubi8/ubi
cache-to: type=inline
build-args: |
PYTHON_RUNTIME_VERSION="3.8"
PYTHON_RUNTIME_VERSION=3.8
- name: Run Snyk to check Docker image for vulnerabilities
# Snyk can be used to break the build when it detects vulnerabilities.
# In this case we want to upload the issues to GitHub Code Scanning
Expand Down

0 comments on commit d0c8cd4

Please sign in to comment.