Skip to content

Commit 89b4834

Browse files
committed
adding env variable to disable tests
1 parent aa7760a commit 89b4834

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
python-version: ['3.10', '3.11', '3.12'] # Need to add 3.13 once we resolve outlines issues.
20+
env:
21+
GITHUB_ACTIONS: 1
2022
steps:
2123
- uses: actions/checkout@v4
2224
- name: Install uv and set the python version

0 commit comments

Comments
 (0)