-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix snap stable & edge release errors #3209
Conversation
@efiop any idea what's the best way to avoid the custom |
@casperdcl Maybe by simply replacing |
@casperdcl here is how we do it in setup.py https://github.com/iterative/dvc/blob/master/setup.py#L33 , but maybe you could simply install it as a python package inside snap? Sorry, still a bit confused how snap installs stuff internally. |
Codecov Report
@@ Coverage Diff @@
## master #3209 +/- ##
=======================================
Coverage 91.66% 91.66%
=======================================
Files 139 139
Lines 8667 8667
=======================================
Hits 7945 7945
Misses 722 722 Continue to review full report at Codecov.
|
b64090e
to
a6d55e3
Compare
@efiop think this is finally fixed & mergeable |
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.
Thanks!
@casperdcl Still failing https://travis-ci.com/iterative/dvc/jobs/278217133#L2170 🙁 |
master
/edge
: fixSNAP_CHANNEL
env var automatically being picked up theprovider: snap
and used incorrectly https://travis-ci.com/iterative/dvc/jobs/278042607#L2168tag
/stable
: fix version mismatch tag https://travis-ci.com/iterative/dvc/jobs/277748053#L2143dvc --version
=><tag>+<hash>.mod
rather than<tag>
dvc/snap/snapcraft.yaml
Lines 30 to 33 in aa86eab