Skip to content

Commit ac2cd75

Browse files
committed
Fix PTtools version on GitHub Actions
1 parent 21db00d commit ac2cd75

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
3131
uses: actions/checkout@v4
3232
with:
3333
repository: CFT-HY/pttools
34-
ref: v0.9.0
34+
# A specific commit is used instead of the 0.9.0 release,
35+
# as the release is missing some __init__.py files in the example folders,
36+
# which prevents the example scripts from being imported.
37+
ref: da50329beba788803ba6bee2b497a89a98bea53d
3538
path: pttools
3639
- name: Setup Python
3740
uses: actions/setup-python@v5

msc2-python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy >= 2.1.3
22
# This is how one could install PTtools without the example scripts
3-
# pttools-gw[numbalsoda,performance] == 0.9.0
3+
# pttools-gw[numbalsoda,performance]
44
scipy >= 1.15.1

0 commit comments

Comments
 (0)