Skip to content

Commit

Permalink
Update linting workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Nov 6, 2024
1 parent 401340d commit 9eeef17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
python-version: [3.11]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-ci.txt --quiet
pip install --upgrade -r requirements-ci.txt --quiet
- name: mypy
run: |
mypy --namespace-packages --explicit-package-bases pymatgen
Expand Down

0 comments on commit 9eeef17

Please sign in to comment.