Skip to content

Commit 66ad698

Browse files
committed
update action
1 parent 016b041 commit 66ad698

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,12 @@ jobs:
1919
password: ${{ secrets.DOCKERHUB_TOKEN }}
2020
- name: Checkout
2121
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)"
2229
- name: Build and push
2330
run: tools/build utils && tools/push utils

0 commit comments

Comments
 (0)