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

demo workflow matrix #3640

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Ayushsunny
Copy link

This is just a small change as a Demo that I am going to change in build-ctc-decoder-Linux for adding matrix version
issue code - #3596

@@ -113,13 +113,16 @@ jobs:
needs: [ swig_Linux ]
runs-on: ubuntu-20.04
if: ${{ github.event_name == 'pull_request' }}
strategy:
matrix:
python-version: [3.6.8, 3.7.9, 3.8.8, 3.9.2]
Copy link
Collaborator

Choose a reason for hiding this comment

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

We might prefer sticking to major releases: 3.6, 3.7, etc, as we noted that setup-python when requested with a precise version often had cache miss and required extra API calls, that would impair our rate limit

@Ayushsunny Ayushsunny force-pushed the workflow branch 3 times, most recently from a037033 to 5ba77cb Compare May 3, 2021 13:43
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.

None yet

2 participants