Skip to content

Commit 6fe4039

Browse files
committed
debug
1 parent 9050ab1 commit 6fe4039

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/actions/install/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ runs:
4242
- name: Run install script (macOS, Ubuntu)
4343
if: runner.os == 'macos' || runner.os == 'linux'
4444
shell: bash
45-
# env:
46-
# INSTALL_PYTHON_VERSION: ${{ inputs.python-version }}
45+
env:
46+
INSTALL_PYTHON_VERSION: ${{ inputs.python-version }}
4747
run: |
4848
${{ inputs.command-prefix }} sh install.sh ${{ inputs.development == 'true' && '-d' || '' }} ${{ (inputs.editable != 'true') && '-i' || '' }} ${{ inputs.legacy_keyring && '-l' || '' }} ${{ inputs.automated == 'true' && '-a' || '' }} ${{ (fromJSON(inputs.do-system-installs) != true) && '-s' || '' }}
4949

.github/workflows/benchmarks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ jobs:
7373
with:
7474
fetch-depth: 0
7575

76-
- name: Set up Python 3.12
77-
uses: actions/setup-python@v5
78-
with:
79-
python-version: "3.12"
76+
# - name: Set up Python 3.12
77+
# uses: actions/setup-python@v5
78+
# with:
79+
# python-version: "3.12"
8080

8181
- uses: chia-network/actions/cache-pip@main
8282
with:

0 commit comments

Comments
 (0)