Skip to content

Commit

Permalink
Update mypy.yaml
Browse files Browse the repository at this point in the history
- Updated action module version
- Fix for mypy problem
  • Loading branch information
alanbchristie authored Jun 19, 2024
1 parent ad3032a commit 9853f8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Run mypy
run: |
pip install --upgrade pip
pip install .[dev]
mkdir .mypy_cache
mypy xchemalign

0 comments on commit 9853f8d

Please sign in to comment.