Skip to content

Refactor test GitHub workflow to ensure right Python version is installed#143

Merged
simu merged 1 commit intomasterfrom
refactor-test-workflow
Jul 20, 2020
Merged

Refactor test GitHub workflow to ensure right Python version is installed#143
simu merged 1 commit intomasterfrom
refactor-test-workflow

Conversation

@simu
Copy link
Copy Markdown
Member

@simu simu commented Jul 20, 2020

The setup-python action does not install multiple Python versions
anymore, but defaults to the latest stable Python 3 version. The version
can be selected by specifying python-version to the action.

This commit refactors the testing workflow to setup the right versions
to run the tests under Python 3.6, 3.7, and 3.8.

Checklist

  • Keep pull requests small so they can be easily reviewed.
  • Update the ./CHANGELOG.md.

…lled

The setup-python action does not install multiple Python versions
anymore, but defaults to the latest stable Python 3 version. The version
can be selected by specifying `python-version` to the action.

This commit refactors the testing workflow to setup the right versions
to run the tests under Python 3.6, 3.7, and 3.8.
@simu simu force-pushed the refactor-test-workflow branch from 0b27eac to c4a1dc3 Compare July 20, 2020 12:21
@simu simu merged commit 47bf056 into master Jul 20, 2020
@simu simu deleted the refactor-test-workflow branch July 20, 2020 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants