Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktBurger committed Apr 8, 2024
1 parent 393910d commit 6249935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- jsonrpc2-pyclient==4.3.0
- openrpc==8.1.0
- uuid7==0.1.0
- pyleco==0.2.2
- pyleco==0.3
- PyTrinamic>=0.2
- PyQt6
- qtpy
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pyleco_extras_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
cache-downloads: false
- name: Python version
run: python --version
- name: Install pyleco extras
run: pip install -e .
- name: Install mypy
run: pip install mypy
- name: Run mypy
Expand Down

0 comments on commit 6249935

Please sign in to comment.