Skip to content

Commit

Permalink
WIP: Update ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Sep 25, 2024
1 parent 207ef7f commit e22b384
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
pip install -e ".[docs,lint,test-core]"
- name: Run mypy
shell: bash
run: mypy fastagency_studio tests
run: |
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
mypy fastagency_studio tests
- name: Run bandit
shell: bash
Expand Down

0 comments on commit e22b384

Please sign in to comment.