Skip to content

Commit

Permalink
ignore mm workflow_deps (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Fennick <jake.fennick@axleinfo.com>
  • Loading branch information
jfennick and jfennick authored Jan 30, 2024
1 parent c4e7225 commit d5f8a9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run_workflows_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ jobs:
if: always()
# Also run mm-workflows command to generate
# mm-workflows/autogenerated/schemas/config_schemas.json
run: cd mm-workflows/ && pip install ".[all]" && mm-workflows
# NOTE: Use ".[test]" instead of ".[all]"
# We do not want or need to install the workflow_deps extra.
# (Many of the packages conflict with pypy.)
run: cd mm-workflows/ && pip install ".[test]" && mm-workflows

- name: PyTest Run Workflows (On Push)
if: always()
Expand Down

0 comments on commit d5f8a9c

Please sign in to comment.