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

Configure github actions #47

Merged
merged 13 commits into from
Nov 3, 2021
Merged

Configure github actions #47

merged 13 commits into from
Nov 3, 2021

Conversation

merwok
Copy link
Contributor

@merwok merwok commented Nov 2, 2021

No description provided.

@merwok merwok force-pushed the feature/github-actions branch from 6f8bf22 to c10228e Compare November 2, 2021 22:40
@merwok merwok force-pushed the feature/github-actions branch from e7e05a3 to 6424210 Compare November 2, 2021 22:53
@merwok merwok force-pushed the feature/github-actions branch 2 times, most recently from 0d61fd2 to f91c00a Compare November 2, 2021 23:29
@merwok merwok force-pushed the feature/github-actions branch from f91c00a to 638e274 Compare November 2, 2021 23:32
@merwok merwok requested review from davlej and gkijko November 3, 2021 01:46
@merwok merwok marked this pull request as ready for review November 3, 2021 01:46
id: get-python-version
run: |
echo ::set-output name=value::\
$(jq -r '.["${{ matrix.tox-env }}"]' < .github/workflows/tox-mapping.json)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I needed this trick to map py39 (tox env value) to 3.9 (python version used just below)

tox-gh-action is supposed to handle this but I ran unto a few issues.

@merwok merwok merged commit 0049c79 into main Nov 3, 2021
@merwok merwok deleted the feature/github-actions branch November 3, 2021 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant