Skip to content

Commit

Permalink
Test environemt variable for binary installation
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Heitzmann Gabrielli <lucas@flexcompute.com>
  • Loading branch information
lucas-flexcompute authored and tylerflex committed May 25, 2023
1 parent 2b39b44 commit c013451
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,5 @@ jobs:
python -m pip install --upgrade pip
pip install tox-gh-actions
pip install tox
- name: Install precompiled gdstk
if: matrix.platform == 'windows-latest'
run: |
pip install gdstk --only-binary=gdstk
- name: Test with tox
run: tox
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- `JaxDataArrays` are properly handled when reading and writing to file, dramatically reducing the VJP simulation download size in server-side adjoint.
- A bug in a total-field scattered-field (TFSF) validator which was causing unnecessary errors when a TFSF surface intersected with 2D materials.
- CI tests working with binary installation of gdstk instead of compiling from source.

## [2.2.1] - 2023-5-23

Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ python =
[testenv]
setenv =
PIP_FIND_LINKS=https://whls.blob.core.windows.net/unstable/index.html
PIP_ONLY_BINARY=gdstk
MPLBACKEND=agg
deps =
-rrequirements/jax.txt
Expand Down

0 comments on commit c013451

Please sign in to comment.