Skip to content

Commit 1c5a136

Browse files
committed
WIP: TEMPORARY TEST FOR VERBOSE UV.
1 parent fdf56e1 commit 1c5a136

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/bnf-jest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929
cache: 'npm'
3030

31+
- name: temp
32+
run: which antlr4
33+
3134
- name: dependencies
3235
working-directory: bnf
3336
run: npm ci

.github/workflows/bnf-pytest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@ jobs:
2828
python-version: ${{ matrix.python-version }}
2929
enable-cache: true
3030

31+
- name: temp
32+
run: which antlr4
33+
3134
- name: dependencies
3235
working-directory: bnf
33-
run: uv sync --locked --extra dev
36+
run: uv sync --locked --extra dev --verbose
3437

3538
- name: pytest
3639
working-directory: bnf

0 commit comments

Comments
 (0)