Skip to content

Commit

Permalink
propagate correct install
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jan 23, 2025
1 parent 94ab348 commit 49d55d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install poetry
python -m poetry install --with docs --with dev
python -m poetry install --with dev
# Runs a set of commands using the runners shell
- name: Test the code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Install poetry
run: pip install poetry # You may need additional dependencies here
- name: Install flarestack
run: poetry install
run: poetry install --with dev
- name: Run mypy
run: poetry run mypy # Replace 'your_code_directory' with your actual code directory

0 comments on commit 49d55d6

Please sign in to comment.