Skip to content

Commit 93b724a

Browse files
committed
debug
1 parent 9625f1c commit 93b724a

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.github/workflows/asan.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ jobs:
2121
run:
2222
shell: bash -l {0}
2323
steps:
24-
- uses: actions/checkout@v4 # v4.2.2
25-
with:
26-
fetch-depth: 0
27-
path: jax
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2825
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2926
with:
3027
repository: python/cpython

.github/workflows/ci_duplicate.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,10 @@ jobs:
1717
timeout-minutes: 5
1818
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20-
- name: Install dependencies for setting up Python
21-
env:
22-
DEBIAN_FRONTEND: noninteractive
23-
run: |
24-
apt update && apt install libssl-dev libsqlite3-dev git -y
2520
- name: Set up Python 3.11
26-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
21+
uses: actions/setup-python@v5
2722
with:
28-
python-version: 3.11
23+
python-version: "3.11"
2924
- run: python -m pip install pre-commit
3025
- name: Add to PATH
3126
run: export PATH=$PATH:/__w/_tool/Python/3.11.10/x64/bin/

0 commit comments

Comments
 (0)