bee-san / pyWhat

🐸 Identify anything. pyWhat easily lets you identify emails, IP addresses, and more. Feed it a .pcap file or some text and it'll tell you what it is! 🧙‍♀️
MIT License
6.52k stars 350 forks source link

CI Checks fail #217

Closed bee-san closed 2 years ago

bee-san commented 2 years ago

Describe the bug https://github.com/bee-san/pyWhat/runs/3938576787

CI checks are failing,

Run actions/setup-python@v1
Error: Version 3.6 with arch x64 not found
Available versions:

3.10.0 (x64)
3.7.12 (x64)
3.8.12 (x64)
3.9.7 (x64)

Does GitHub runner windows not run 3.6 anymore?

Expected behavior

We should expect this to work and fix this :)

bee-san commented 2 years ago

The tests are now passing upon re-running, will need to double check to make sure it's not flaky tests and our fault :)

SkeletalDemise commented 2 years ago

Does GitHub runner windows not run 3.6 anymore?

Nah it still works.

This cache issue seems to be related: https://github.com/actions/setup-python/issues/162 It has a workaround.

bee-san commented 2 years ago

This issue still exists :(