Skip to content

Commit

Permalink
Update static_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Feb 17, 2025
1 parent f26a386 commit b2948d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: static_build
on: [workflow_dispatch]
jobs:

tests:
builds:
strategy:
fail-fast: false
matrix:
Expand All @@ -24,3 +24,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install nice123d from local folder
run: uv pip install .
- name: Enumerate venv dir
shell: bash --login {0}
run: ls -lR

0 comments on commit b2948d8

Please sign in to comment.