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 d778c52 commit 075f592Copy full SHA for 075f592
.github/workflows/ci-secret.yaml
@@ -21,15 +21,15 @@ jobs:
21
build-backend-docker:
22
runs-on: self-hosted
23
steps:
24
- # - name: Setup python
25
- # uses: actions/setup-python@v5
26
- # with:
27
- # python-version: '3.12'
28
- # - name: Checkout code
29
- # uses: actions/checkout@v4
30
- # - name: Setup prereqs
31
- # run: |
32
- # make init-dev
+ - name: Setup python
+ uses: actions/setup-python@v5
+ with:
+ python-version: '3.12'
+ - name: Checkout code
+ uses: actions/checkout@v4
+ - name: Setup prereqs
+ run: |
+ make init-dev
33
# - name: Run formatting checks
34
# run: |
35
# make check
0 commit comments