Skip to content

Commit

Permalink
github/workflows/main: pin python to 3.11 in gsutil example
Browse files Browse the repository at this point in the history
Don't want to fight any issues compiling things, if we stick to Python
3.11, we can download wheels.
  • Loading branch information
fsouza committed Oct 3, 2023
1 parent b497e7e commit cff2154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
docker-image: python:latest
entrypoint: /bin/bash
- lang: gsutil
docker-image: python:latest
docker-image: python:3.11
entrypoint: /bin/bash
- lang: node
docker-image: node:14-alpine
Expand Down

0 comments on commit cff2154

Please sign in to comment.