Skip to content

Commit ad97cc4

Browse files
chore: remove accidentally modified workflow files
Signed-off-by: varun-edachali-dbx <[email protected]>
1 parent 2603f37 commit ad97cc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,4 @@ jobs:
209209
- name: Mypy
210210
run: |
211211
mkdir .mypy_cache # Workaround for bad error message "error: --install-types failed (no mypy cache directory)"; see https://github.com/python/mypy/issues/10768#issuecomment-2178450153
212-
poetry run mypy --install-types --non-interactive src
212+
poetry run mypy --install-types --non-interactive src

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
# run test suite
5656
#----------------------------------------------
5757
- name: Run e2e tests
58-
run: poetry run python -m pytest tests/e2e
58+
run: poetry run python -m pytest tests/e2e

0 commit comments

Comments
 (0)