Skip to content

Commit

Permalink
repair CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 22, 2023
1 parent b1a061b commit 4207515
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ jobs:

- uses: actions/download-artifact@v3

- name: Checkout
uses: actions/checkout@v4

- name: Fixup blank lockfiles
# Github release artifacts can't be blank
run: for f in lockfiles/*; do [ -s $f ] || echo '# No requirements' >> $f; done
Expand Down

0 comments on commit 4207515

Please sign in to comment.