Skip to content

Commit

Permalink
pinning py version in all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka committed Jan 26, 2022
1 parent f93a1ca commit 6f6eec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/metadata-ingestion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.9"]
python-version: ["3.6", "3.9.9"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.9"]
python-version: ["3.6", "3.9.9"]
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6f6eec0

Please sign in to comment.