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 497bb81 commit 53e9280Copy full SHA for 53e9280
.github/workflows/ci.yml
@@ -20,4 +20,4 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@v2
22
- name: Build and push
23
- run: tools/build utils && tools/push utils
+ run: python=python3 && tools/build utils && tools/push utils
0 commit comments