File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 28
28
python -m pip install --upgrade pip
29
29
pip install tox-gh-actions
30
30
pip install tox
31
- - name : Install precompiled gdstk
32
- if : matrix.platform == 'windows-latest'
33
- run : |
34
- pip install gdstk --only-binary=gdstk
35
31
- name : Test with tox
36
32
run : tox
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
### Fixed
22
22
- ` JaxDataArrays ` are properly handled when reading and writing to file, dramatically reducing the VJP simulation download size in server-side adjoint.
23
23
- 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.
24
25
25
26
## [ 2.2.1] - 2023-5-23
26
27
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ python =
17
17
[testenv]
18
18
setenv =
19
19
PIP_FIND_LINKS =https://whls.blob.core.windows.net/unstable/index.html
20
+ PIP_ONLY_BINARY =gdstk
20
21
MPLBACKEND =agg
21
22
deps =
22
23
-rrequirements/jax.txt
You can’t perform that action at this time.
0 commit comments