Skip to content

Commit 83892a9

Browse files
committed
Next try
1 parent a556666 commit 83892a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ jobs:
3232
- os: windows-latest
3333
arch: x64
3434
version: 1
35+
build_is_production_build: true
3536
- os: macOS-latest
3637
arch: aarch64
3738
version: 1
39+
build_is_production_build: true
40+
3841
steps:
3942
- name: Install matplotlib
4043
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi

0 commit comments

Comments
 (0)