CI failing in fork
See original GitHub issueChecklist
- 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:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s already done.
This may be some A/B test on switching
ubuntu-latest
toubuntu-20.04
, note that there is no python3.3.*
and3.4.*
builds forlinux-20.04
available.