Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update
[ghstack-poisoned]
  • Loading branch information
GregoryComer committed Aug 8, 2025
commit 8e8b78cd2dfce777e468e5af8e94e15d582c0ec1
2 changes: 1 addition & 1 deletion .github/workflows/build-presets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
set -eux
conda init powershell
powershell -Command "& {
$ErrorActionPreference = 'Stop'
$$ErrorActionPreference = 'Stop'
Set-PSDebug -Trace 1

conda create --yes --quiet -n et python=3.12
Expand Down
Loading