Skip to content

Commit

Permalink
install specific python version
Browse files Browse the repository at this point in the history
  • Loading branch information
damonmcc committed Mar 22, 2024
1 parent 4a96725 commit 46203d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update_api_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
TOY_SECRET_1PASSWORD: "op://AE Data Flow/Toy Secret File/TOY_SECRET_LABEL"

- name: Setup python
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"

- name: Health check
run: |
python --version
Expand Down

0 comments on commit 46203d1

Please sign in to comment.