Skip to content

Commit

Permalink
Merge pull request #100 from dr-rodriguez/fix-erd-action
Browse files Browse the repository at this point in the history
Add required package in ER diagram Action
  • Loading branch information
dr-rodriguez authored Dec 11, 2024
2 parents 8091d7f + 1d178d0 commit d9485e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_erd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
sudo apt install graphviz libgraphviz-dev
python -m pip install --upgrade pip
pip install astrodbkit eralchemy2
pip install astrodbkit eralchemy2 lsst-felis
- name: Run script
run: |
Expand Down

0 comments on commit d9485e2

Please sign in to comment.