Skip to content

Commit 075f592

Browse files
committed
uncomment
Signed-off-by: Jack Luar <[email protected]>
1 parent d778c52 commit 075f592

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci-secret.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
build-backend-docker:
2222
runs-on: self-hosted
2323
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
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
3333
# - name: Run formatting checks
3434
# run: |
3535
# make check

0 commit comments

Comments
 (0)