- Notifications
You must be signed in to change notification settings - Fork126
Closed
Description
Proposal
I have found the actions of the older version.
If this issue is accepted, I will research and update it for items other than those listed below.
databricks-sql-python/.github/workflows/code-quality-checks.yml
Lines 15 to 26 in97c815e
| steps: | |
| #---------------------------------------------- | |
| # check-out repo and set-up python | |
| #---------------------------------------------- | |
| -name:Check out repository | |
| uses:actions/checkout@v2 | |
| -name:Set up python ${{ matrix.python-version }} | |
| id:setup-python | |
| uses:actions/setup-python@v2 | |
| with: | |
| python-version:${{ matrix.python-version }} | |
| #---------------------------------------------- |
Next Action
If there is no reason why you are using an older version, I would be happy to help you.
Metadata
Metadata
Assignees
Labels
No labels