Skip to content

Commit

Permalink
lestarch: fixing missing checkout in action (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Jun 14, 2022
1 parent 7010bfb commit ee6bce9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
Build-PyPI-Package:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Test PyPI
uses: fprime-community/publish-pypi@main
env:
Expand Down
1 change: 0 additions & 1 deletion src/fprime/util/build_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import re
import sys
from pathlib import Path
from typing import Union

from fprime.fbuild.types import InvalidBuildCacheException
from fprime.fbuild.target import Target, NoSuchTargetException
Expand Down

0 comments on commit ee6bce9

Please sign in to comment.