Skip to content

Commit fad2f52

Browse files
Merge pull request #267 from svalinn/gonuke-patch-1
Force install of updated code for testing in CI
2 parents 20cdc39 + 30cace3 commit fad2f52

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Populate environment and run tests
2424
run: |
2525
. /opt/etc/bashrc
26+
pip install --no-deps .
2627
/opt/Coreform-Cubit-2025.8/bin/rlm_activate --login ${EMAIL_SECRET} ${PASSWORD_SECRET}
2728
cd /opt/parastell/tests
2829
pytest -v .

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "parastell"
33
description = "Parametric 3-D CAD modeling toolset for stellarator fusion devices"
4-
version = "0.0.3"
4+
version = "0.1.0"
55

66
readme = "README.md"
77
requires-python = ">=3.11.0"

0 commit comments

Comments
 (0)