We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cfcaf commit d6dfb46Copy full SHA for d6dfb46
1 file changed
.github/workflows/pyatlan-pr.yaml
@@ -166,8 +166,8 @@ jobs:
166
- name: Install dependencies
167
run: uv sync --group dev
168
169
- # - name: QA checks (ruff-format, ruff-lint, mypy)
170
- # run: uv run ./qa-checks
+ - name: QA checks (ruff-format, ruff-lint, mypy)
+ run: uv run ./qa-checks
171
172
- name: Run unit tests
173
env: # Test tenant environment variables
@@ -309,6 +309,9 @@ jobs:
309
310
311
312
313
314
+
315
- name: Run v9 unit tests
316
env:
317
ATLAN_API_KEY: ${{ secrets.ATLAN_API_KEY }}
0 commit comments