Skip to content

Commit

Permalink
Remove static type checking from the test.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
candleindark committed May 3, 2024
1 parent 7646866 commit a9ec085
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
pip install --upgrade pip
pip install -r requirements.txt
pip install wheel
pip install mypy types-requests types-PyYAML
pip install .[test]
- name: Remove build artifacts
run: rm -rf build dist
Expand All @@ -58,8 +57,6 @@ jobs:
if: ${{ github.event_name != 'workflow_dispatch' || !inputs.debug_enabled }}
- name: Stop services provided by Docker Compose
run: docker compose -f docker-compose.test.yml down
- name: mypy check
run: mypy datalad_registry datalad_registry_client
- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
env:
Expand Down

0 comments on commit a9ec085

Please sign in to comment.