question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CI failing in fork

See original GitHub issue

Checklist

  • I’m asking a question
  • I’ve looked through the README and FAQ for similar questions
  • I’ve searched the bugtracker for similar questions including closed ones

Question

I have a fork of youtube-dl intended for creating PRs here. The master branch is currently in sync with this repo. When I try to run CI github action in that fork, the run fails for python 3.3 and 3.4 with the error Error: Version 3.3 with arch x64 not found.

Considering the same tests run here, I assume I have to do something additional to get it to run properly. But I have no idea what it is. Does anyone know how to get the tests working in the fork?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
dstftwcommented, Jan 10, 2021

It’s already done.

2reactions
dstftwcommented, Jan 10, 2021

This may be some A/B test on switching ubuntu-latest to ubuntu-20.04, note that there is no python 3.3.* and 3.4.* builds for linux-20.04 available.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fork pipelines are failing (#6223) · Issues - GitLab.org
Overview Pipelines for forks (which are used for community contributions) are failing with the error below, for example, ...
Read more >
Troubleshooting pull requests from fork of private repository ...
Pull requests from forks of your private repository are failing at the checkout step with an error message as shown below.
Read more >
Danger fails on CI when running on PR from a fork in GH ...
We just set up danger in our repository and it fails when running on PRs from forks. What did you do? bundle install...
Read more >
How and why can fork() fail? - Stack Overflow
fork can fail because you live in the real world, not some infinitely-recursive mathematical fantasy-land ...
Read more >
Same code builds successfully on forked repo while fails on ...
The same code passes all tests on forked account while fails to build ... (a fork cannot access secret values encrypted for the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found