Skip to content

Commit 2197c68

Browse files
committed
Update PTtools version
1 parent 19f8531 commit 2197c68

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ jobs:
4141
uses: actions/checkout@v4
4242
with:
4343
repository: CFT-HY/pttools
44-
# A specific commit is used instead of the 0.9.0 release,
45-
# as the release is missing some __init__.py files in the example folders,
46-
# which prevents the example scripts from being imported.
47-
ref: da50329beba788803ba6bee2b497a89a98bea53d
44+
# The 0.9.0 release was missing some __init__.py files in the example folders,
45+
# which prevented the example scripts from being imported.
46+
# In addition to this, the Giese et al. bubble solver has since been included in PTtools
47+
# and removed from this repository.
48+
# Both of these changes necessitate the use of a newer PTtools version than 0.9.0.
49+
ref: a2941306f0168debe543595a02919957bb52add0
4850
path: pttools
4951
- name: Load pip cache
5052
uses: actions/cache@v4

0 commit comments

Comments
 (0)