Skip to content

Commit

Permalink
Used latest python 3.11 in ingest workflow (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
murdo-moj committed Jun 6, 2024
1 parent 1cbc0bd commit 7fc54e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ingest-cadet-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11.1
python-version: "3.11"
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.CADET_METADATA_ROLE_TO_ASSUME }}
Expand Down

0 comments on commit 7fc54e0

Please sign in to comment.