Skip to content

Commit 929289f

Browse files
committed
Fixup
1 parent bcdf281 commit 929289f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
runs-on: ubuntu-24.04
115115
env:
116116
UV_FROZEN: 1
117+
ARTISATOMIC_TESTMODE: 1
117118
timeout-minutes: 45
118119
name: test ${{ matrix.testname }}
119120

artisatomic/readkuruczdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
hc_in_ev_cm = 0.0001239841984332003
99

1010
kuruczdatapath = Path(__file__).parent.absolute() / ".." / "atomic-data-kurucz"
11-
if os.environ["ARTISATOMIC_TESTMODE"] == "1":
11+
if os.environ.get("ARTISATOMIC_TESTMODE") == "1":
1212
kuruczdatapath = kuruczdatapath / "test_sample"
1313

1414

0 commit comments

Comments
 (0)