-
Notifications
You must be signed in to change notification settings - Fork 99
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
ci: use reuseable workflows #255
Conversation
4a508db
to
3e7dc01
Compare
Hmm, I forgot to remove the part of the CI workflow that runs the doctests, which makes the failure of https://github.com/lurk-lab/neptune/actions/runs/7294189991/job/19878612122?pr=255 weird. |
This is the line that makes this tricky, reduced the PR to something simpler for now: |
3e7dc01
to
258cdf1
Compare
- uses: actions/checkout@v4 | ||
with: | ||
repository: lurk-lab/ci-workflows | ||
- uses: ./.github/actions/ci-env |
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.
We can also use the gpu-setup
action to cut down on more lines in both the cuda
and opencl
jobs
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.
That's definitely the next step!
|
6bbb7f7
to
ca5617a
Compare
ca5617a
to
09e133e
Compare
No description provided.