We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c476dc8 commit a9a2b3cCopy full SHA for a9a2b3c
.github/workflows/installers.yml
@@ -107,7 +107,7 @@ jobs:
107
- name: Fetch sources for sibling projects
108
run: |
109
git clone --depth=1 --branch=release_1.0.7 https://github.com/SasView/sasmodels.git ../sasmodels
110
- git clone --depth=1 --branch=v0.9.0 https://github.com/bumps/bumps.git ../bumps
+ git clone --depth=1 --branch=v0.9.1 https://github.com/bumps/bumps.git ../bumps
111
112
- name: Build and install sasmodels
113
0 commit comments