Skip to content

Commit

Permalink
Go nuclear
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Mar 12, 2024
1 parent b35990f commit 251da7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "lock"

on: ["workflow_dispatch"]
on: ["workflow_dispatch", "push"]

jobs:
lock:
Expand Down
6 changes: 2 additions & 4 deletions .tools/sync.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ function Main {
Invoke-Expression "$Py -m pip install uv"
if ($Env:CI) {
$ErrorActionPreference = 'Stop'
$PSNativeCommandUseErrorActionPreference = $true
pwsh --version
$Env:CI
$Env:LOCK
$Env:TESTP
$Env:COMBINE
Get-ChildItem Env:
Invoke-Expression "$Py -m uv pip install --system --break-system-packages -e .tools/."
Invoke-Expression "$Py -m copier update --defaults --vcs-ref $(git rev-parse HEAD:submodules/template)"
Invoke-Expression "$Py -m boilercv_tools sync"
Expand Down

0 comments on commit 251da7a

Please sign in to comment.