Skip to content

Commit

Permalink
updated gh action to install the package to run test
Browse files Browse the repository at this point in the history
  • Loading branch information
rhimmelbauer committed Oct 9, 2024
1 parent 944f818 commit 28ddd27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vendor_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
python -m pip install mistune==0.8.4
python -m pip install m2r
python -m pip install -r requirements.dev.txt
python -m pip install -e .
- name: Run Core Tests
run: |
cd develop
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/vendor_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
python -m pip install mistune==0.8.4
python -m pip install m2r
python -m pip install -r requirements.dev.txt
python -m pip install -e .
- name: Run Core Tests
run: |
cd develop
Expand Down

0 comments on commit 28ddd27

Please sign in to comment.