-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use copier template #471
Use copier template #471
Conversation
a8ee46a
to
c89e916
Compare
Ready for review, seems to be working now. |
825b4ed
to
c89e916
Compare
@@ -59,19 +43,3 @@ jobs: | |||
|
|||
- run: conda develop src | |||
- run: python -m pytest | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re above: How is (and was?) this installing Mantid? The env file has the mantid
channel, but I cannot see Mantid being installed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's right here:
scippneutron/.buildconfig/ci-linux.yml
Line 16 in c89e916
- mantid==6.8.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I was looking at the ci-linux-39 file, why do we have both?
## Older versions of the documentation | ||
|
||
Older versions of the documentation pages can be found under the assets of each [release](https://github.com/scipp/scippneutron/releases). | ||
Simply download the archive, unzip and view locally in a web browser. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we manually upload the old versions before they are wiped from gh_pages
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
No description provided.