Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
mlincett committed Sep 26, 2023
1 parent e1cb3f2 commit ed38673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -19,8 +19,8 @@ jobs:
with:
python-version: '3.11' # Replace '3.x' with your desired Python version
- name: Install poetry
run: pip install poetry mypy # You may need additional dependencies here
run: pip install poetry # You may need additional dependencies here
- name: Install flarestack
run: poetry install
- name: Run mypy
run: mypy # Replace 'your_code_directory' with your actual code directory
run: poetry run mypy # Replace 'your_code_directory' with your actual code directory

0 comments on commit ed38673

Please sign in to comment.