-
Notifications
You must be signed in to change notification settings - Fork 273
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
Migrate CI to GitHub Actions #395
Migrate CI to GitHub Actions #395
Conversation
The version string during running of the test comes out as "'0+untagged.1.g638f18a'", which fails a version check requiring s3fs to be recent enough for fsspec. Can you push some tags to your fork, please, and rerun? |
(I tried to push a tag, but was denied) |
Thanks @martindurant. Strange you couldn't push as I have the allow edits box checked. Perhaps it's because it's tags and not to the branch. I've pushed tags and rerun CI. |
Exactly |
Still says '0+untagged.1.g99267b1' in the build :| |
Hrm strange. |
OK, merging this, and then I can actually fix the linting problems. |
flake8 s3fs | ||
black s3fs --check |
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.
Ha! Oops
Thanks for fixing this @martindurant |
Closes #391
CI running on fork. Will run on future PRs once merged.