Skip to content
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

Fixing Github Actions Workflow #223

Merged
merged 2 commits into from
Oct 4, 2021
Merged

Conversation

SebGoliot
Copy link
Contributor

This fixes the issue #221

  • GITHUB_TOKEN was missing
  • ubuntu-latest is missing the importlib-metadata package, as it is not required since Python 3.8
  • Dsonar.host.url was missing
  • Dsonar.sources had a typo (Blask instead of blask)
  • Updated the setup-sonar-scanner action to v3

I also had to edit the pipfile, changed the python version from python 3.7 to 3.7,
But it may be a good idea to set it to 3, as it should solve the issue #220 (see #222)

@zerasul zerasul merged commit 71b90e6 into zerasul:main Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants