Skip to content

Commit

Permalink
Update fprime dependencies after overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Dec 4, 2024
1 parent acecdd6 commit 3184eba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cookiecutters-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ jobs:
path: ./MyProject/fprime
fetch-depth: 0

- name: "Install fprime-tools@devel"
- name: "Update dependencies and install fprime-tools@devel"
run: |
cd MyProject
. fprime-venv/bin/activate
pip install -U -r ./fprime/requirements.txt
pip install git+https://github.com/nasa/fprime-tools@devel
- name: "Version Check"
Expand Down

0 comments on commit 3184eba

Please sign in to comment.