We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20cdc39 + 30cace3 commit fad2f52Copy full SHA for fad2f52
.github/workflows/ci.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: Populate environment and run tests
24
run: |
25
. /opt/etc/bashrc
26
+ pip install --no-deps .
27
/opt/Coreform-Cubit-2025.8/bin/rlm_activate --login ${EMAIL_SECRET} ${PASSWORD_SECRET}
28
cd /opt/parastell/tests
29
pytest -v .
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "parastell"
3
description = "Parametric 3-D CAD modeling toolset for stellarator fusion devices"
4
-version = "0.0.3"
+version = "0.1.0"
5
6
readme = "README.md"
7
requires-python = ">=3.11.0"
0 commit comments