Skip to content

Commit

Permalink
fix: Use specific Python version for Airflow 1 tests (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlersantos committed Jul 6, 2022
1 parent e769107 commit 6fa94a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-airflow1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.8.12]
steps:
- uses: actions/checkout@v2
- uses: hashicorp/setup-terraform@v2
Expand Down

0 comments on commit 6fa94a7

Please sign in to comment.