Skip to content

Commit

Permalink
test case action without artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
willpuckett committed Sep 23, 2024
1 parent a046a83 commit 5614ebb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/case.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: BOARD_OUTLINE
path: case/swoon_edges.svg
run-id: ${{ github.event.workflow_run.id }}
# - uses: actions/download-artifact@v4
# with:
# name: BOARD_OUTLINE
# path: case/swoon_edges.svg
# run-id: ${{ github.event.workflow_run.id }}
- run: |
python3 -m pip install vpype build123d
vpype read case/swoon_edges.svg linemerge --tolerance 3mm linesort reloop \
Expand Down
2 changes: 0 additions & 2 deletions case/requirements.txt

This file was deleted.

0 comments on commit 5614ebb

Please sign in to comment.