tableau / connector-plugin-sdk

SDK for Developing Tableau Connector Plugins
https://tableau.github.io/connector-plugin-sdk/
MIT License
108 stars 108 forks source link

update version of setup-python action #1237

Closed lukewrites closed 4 months ago

lukewrites commented 4 months ago

GitHub Actions now has Mac ARM runners! This is how we found out:

  1. The version of setup-python we were using doesn't work on Apple Si runners
  2. some of our unit tests were borked on Apple Si

This PR updates the action and also fixes the unit tests.

Fixing here

pep8speaks commented 4 months ago

Thanks for updating the PR.

Line 409:121: E501 line too long (129 > 120 characters) Line 386:121: E501 line too long (134 > 120 characters) Line 372:121: E501 line too long (134 > 120 characters) Line 362:121: E501 line too long (134 > 120 characters) Line 347:121: E501 line too long (134 > 120 characters)