File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 72
72
Invoke-WebRequest -Uri $env:SOURCE2_VIEWER_URL -OutFile ".\cli-windows-x64.zip"
73
73
Expand-Archive -Path .\cli-windows-x64.zip -DestinationPath . -Force
74
74
75
+ - name : Update data module to latest patch
76
+ if : steps.update_patch.outputs.wasPatchUpdated == 'true'
77
+ run : |
78
+ Get-ChildItem -Force
79
+ .\scripts\update-latest-patch.ps1
80
+
75
81
- name : Generate Triangles
76
82
if : steps.update_patch.outputs.wasPatchUpdated == 'true'
77
83
run : |
@@ -121,7 +127,7 @@ jobs:
121
127
# Fetch main and reset the working directory to match main so that only desired changes remain
122
128
git fetch origin main
123
129
git reset --hard origin/main
124
- # (Optional) Run formatting only on __init__.py if needed :
130
+ # Run formatting only on awpy/data/ __init__.py:
125
131
uv run ruff format awpy/data/__init__.py
126
132
# Stage and commit only the file you want to update
127
133
git add awpy/data/__init__.py
You can’t perform that action at this time.
0 commit comments