nikitastupin / clairvoyance

Obtain GraphQL API schema even if the introspection is disabled
Apache License 2.0
1.02k stars 92 forks source link

fix relative file open #57

Closed noraj closed 1 year ago

noraj commented 1 year ago

fix #56

nikitastupin commented 1 year ago

Hey @noraj

Thank you for the PR. I've run the test but they failed on the poetry install step. I don't think it's related to your PR. I'll try to fix this ASAP and if tests are green I'll merge the PR.

@c3b5aw since I'm new to poetry I'd appreciate if you help to debug this (my best guess it's somehow related to the fact that ubuntu-latest is now Ubuntu 22.04 and not Ubuntu 20.04).

14 Because clairvoyance depends on setuptools (^45) which doesn't match any versions, version solving failed. 15 Error: Process completed with exit code 1.

Thanks!

nikitastupin commented 1 year ago

Poetry was updated to version 1.2 and the lockfile became incompatible. I've generated the lock file with the latest version of poetry and the workflows works now.

nikitastupin commented 1 year ago

Tests are green. Thanks for your contribution!