Skip to content

Commit

Permalink
Merge pull request bcgov#18 from bcgov/Jsyro-patch-1
Browse files Browse the repository at this point in the history
Update code-quality-check.yml
  • Loading branch information
shaangill025 authored May 19, 2023
2 parents 21464ca + cf0d358 commit 6ee56fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.9
- name: Cache python environment
id: cache-env
uses: actions/cache@v2
Expand Down

0 comments on commit 6ee56fd

Please sign in to comment.