Skip to content

Commit

Permalink
Switch bootstrap tests to project lib structure
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Jan 14, 2025
1 parent f5b1bb0 commit e1497ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cookiecutters-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
path: ./MyProject/fprime
path: ./MyProject/lib/fprime
fetch-depth: 0

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

0 comments on commit e1497ac

Please sign in to comment.