Skip to content

Commit

Permalink
gha: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Dec 6, 2023
1 parent a10cec3 commit 54df50a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
with:
submodules: true
# --- Formatting ---
- name: "Install faasmctl"
run: pip3 install $(cat ./requirements.txt | grep faasmctl | tr -d '\n')
- name: "Format code"
run: ./bin/inv_wrapper.sh format-code --check

Expand Down Expand Up @@ -103,6 +105,7 @@ jobs:
echo "py-commit=$(git submodule status ./python | cut '-d ' -f 2)" >> $GITHUB_OUTPUT
- name: "Prepare WASM cache"
uses: actions/[email protected]
with:
path: /usr/local/faasm/wasm
key: wasm-${{ steps.submodule-commit.outputs.cpp-commit }}--${{ steps.submodule-commit.outputs.py-commit }}

Expand Down

0 comments on commit 54df50a

Please sign in to comment.