Skip to content

Commit

Permalink
add comments on python-version
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Jan 10, 2024
1 parent 259ebc7 commit a8a7010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ jobs:
persist-credentials: false
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up Python
# the python version used here is not what is used in the tests themselves
- name: Set up Python for dagger
uses: actions/setup-python@v4
with:
python-version: "3.11"
Expand Down

0 comments on commit a8a7010

Please sign in to comment.