Skip to content

Commit

Permalink
Merge pull request #108 from epics-containers/ibek-j20-changes
Browse files Browse the repository at this point in the history
repair CI
  • Loading branch information
gilesknap authored Sep 22, 2023
2 parents af3cc90 + 4207515 commit 20a5e58
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 20a5e58

Please sign in to comment.