Skip to content
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

From Travis to Github Actions #342

Merged
merged 20 commits into from Dec 3, 2020
Merged

Conversation

skoudoro
Copy link
Contributor

This PR should fix #338. The goal is to switch off Travis and start Github Actions.

@skoudoro skoudoro added this to the v0.7.0 milestone Nov 22, 2020
@skoudoro
Copy link
Contributor Author

  • I need to squash a bit multiple commits.
  • Xvfb works 🥳
  • There is a strange version of FURY, as we can see here that's why CI's are failing. I do not understand where this strange version number of fury comes from.

@arokem
Copy link
Contributor

arokem commented Nov 24, 2020

Just a hunch: you might want to change your working directory after installing, and before running the tests, so that Python picks up the version from the installation and not from the source.

@skoudoro skoudoro changed the title [WIP] From Travis to Github Actions From Travis to Github Actions Nov 26, 2020
@skoudoro
Copy link
Contributor Author

skoudoro commented Dec 2, 2020

This PR is done, anyone wants to have a look?

@arokem, my version problem was due to this 2 lines. Only the commit was pulled, but with versionner you need the tag to have the right version. These 2 lines permit to fetch the whole repo

@Garyfallidis Garyfallidis merged commit ffb5da8 into fury-gl:master Dec 3, 2020
@Garyfallidis
Copy link
Contributor

Done! Thx!

@skoudoro skoudoro deleted the replace-travis branch December 3, 2020 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

From travis (pricing model changed) to github Actions ?
3 participants