-
Notifications
You must be signed in to change notification settings - Fork 30
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
remove unused deps #194
remove unused deps #194
Conversation
808825c
to
fd33337
Compare
.github/workflows/tests.yml
Outdated
@@ -17,7 +17,7 @@ jobs: | |||
- uses: actions/checkout@v2 | |||
|
|||
- name: Setup Conda | |||
uses: s-weigand/setup-conda@v1 | |||
uses: s-weigand/setup-conda@v1.0.5 |
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.
@callumrollo looks like it is the latest release of this GHA (1.0,6). Pinning to the previous one fixes it. I'll push that change to your branch.
@ocefpaf can we merge this? Then I can update the two other PRs |
Co-authored-by: Sebastian Weigand <s.weigand.phy@gmail.com>
Not right now. Let's wait for an official release of the GHA. Meanwhile I'm OK downgrading to the previous version. |
Give me 5min and you will have the release 😄 |
Thanks so much for the quick fix @s-weigand! |
@callumrollo also using this one to test the CI failure you are experimenting in #192.