Skip to content

Commit c013451

Browse files
lucas-flexcomputetylerflex
authored andcommitted
Test environemt variable for binary installation
Signed-off-by: Lucas Heitzmann Gabrielli <[email protected]>
1 parent 2b39b44 commit c013451

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/run_tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,5 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install tox-gh-actions
3030
pip install tox
31-
- name: Install precompiled gdstk
32-
if: matrix.platform == 'windows-latest'
33-
run: |
34-
pip install gdstk --only-binary=gdstk
3531
- name: Test with tox
3632
run: tox

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
### Fixed
2222
- `JaxDataArrays` are properly handled when reading and writing to file, dramatically reducing the VJP simulation download size in server-side adjoint.
2323
- A bug in a total-field scattered-field (TFSF) validator which was causing unnecessary errors when a TFSF surface intersected with 2D materials.
24+
- CI tests working with binary installation of gdstk instead of compiling from source.
2425

2526
## [2.2.1] - 2023-5-23
2627

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ python =
1717
[testenv]
1818
setenv =
1919
PIP_FIND_LINKS=https://whls.blob.core.windows.net/unstable/index.html
20+
PIP_ONLY_BINARY=gdstk
2021
MPLBACKEND=agg
2122
deps =
2223
-rrequirements/jax.txt

0 commit comments

Comments
 (0)