We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016b041 commit 66ad698Copy full SHA for 66ad698
.github/workflows/ci.yml
@@ -19,5 +19,12 @@ jobs:
19
password: ${{ secrets.DOCKERHUB_TOKEN }}
20
- name: Checkout
21
uses: actions/checkout@v2
22
+ - name: Set up Python 3.9
23
+ uses: actions/setup-python@v2
24
+ with:
25
+ python-version: '3.9'
26
+ architecture: 'x64'
27
+ - name: Show Python version
28
+ run: python -c "import sys; print(sys.version)"
29
- name: Build and push
30
run: tools/build utils && tools/push utils
0 commit comments