Commit Graph

93 Commits

Author SHA1 Message Date
Dmitry Shibanov 8c5ea631b2
Adding support for more PyPy versions and installing them on-flight (#168)
* add support to install pypy

* resolved comments, update readme, add e2e tests.

* resolve throw error

* Add pypy unit tests to cover code

* add tests

* Update test-pypy.yml

* Update test-python.yml

* Update test-python.yml

* Update README.md

* fixing tests

* change order

Co-authored-by: Maxim Lobanov <v-malob@microsoft.com>

* add pypy tests and fix issue with pypy-3-nightly

Co-authored-by: Maxim Lobanov <v-malob@microsoft.com>
2020-12-17 16:03:54 +01:00
Prince 41b7212b16
Update README.md (#145) 2020-10-14 11:59:10 +02:00
per1234 1ce870e10f
Fix links in documentation (#135)
The "Software installed on GitHub-hosted runners" link was broken.

The other changed links were redirecting from moved pages.
2020-09-24 00:28:07 +02:00
Daniel 51d2bf1911
Fix minor typo (#130) 2020-08-31 15:45:09 +02:00
jamielaux 24156c231c
fix: small typo in the docs (#127) 2020-08-11 15:47:33 +02:00
MaksimZhukov 306c473438
Add support of pre-release Python versions (#112)
* Add support of unstable Python versions

* Update README

* Get rid of stable boolean input

* Fix typo in the test.yml

* Update README

Co-authored-by: MaksimZhukov <v-mazhuk@microsoft.com>
2020-07-17 11:58:03 +02:00
Konrad Pabjan 7a69c2bc7d
Improved logging during setup (#113)
* Improved error output during setup

* Change from debug to info for normal output

* Apply suggestions from code review

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
2020-07-15 19:13:43 +02:00
Konrad Pabjan 654aa00a6e
Update README.md 2020-07-15 11:28:54 +02:00
ferhat elmas 2241d846ba
Fix matrix value for non-default py version example (#100) 2020-06-19 15:49:00 +02:00
Konrad Pabjan ee653cd47f
Updated self-hosted guidelines for Linux and Mac (#90)
* Updated self-hosted guidelines

* Apply suggestions from code review

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>

* PR Feedback

* Apply suggestions from code review

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
2020-05-11 15:15:31 +02:00
Konrad Pabjan f129643215
Update README.md 2020-05-04 12:03:11 +02:00
Konrad Pabjan 6c4e46d258
Update from v1 to v2 2020-04-30 11:57:41 +02:00
Konrad Pabjan 824e8a7e12
Add what's new section 2020-04-30 11:54:06 +02:00
Konrad Pabjan 8910d815ad
Update README.md 2020-04-30 11:17:58 +02:00
MaksimZhukov e5af64b2df
Use GitHub releases to download python versions (#85)
This pull-request improves `setup-python` action to add ability to download specific version of Python on flight if it is not available by default.

**Details:**
`setup-python` action will download and install specific Python version from GitHub releases ([actions/python-versions](https://github.com/actions/python-versions/releases)) in case the version is not found in the local cache. All versions of Python available for installation are published in [actions/python-versions](https://github.com/actions/python-versions) repository.
All available versions are listed in the [version-manifest.json](https://github.com/actions/python-versions/blob/master/versions-manifest.json) file.

**Installation time:**

- Ubuntu / macOS: 10-20 seconds
- Windows: ~ 1 minute (mostly related to fact that we use MSI installer for Python on Windows)

Co-authored-by: MaksimZhukov <v-mazhuk@microsoft.com>
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
2020-04-29 20:57:02 +03:00
Konrad Pabjan 2ba2a92f71
Setup python + self hosted runners documentation 2020-03-09 09:24:28 +01:00
Ye-hyoung Kang aa7403d0cc
Fix cross-platform build matrix example 2020-03-05 19:17:25 +09:00
Rui Chen a208271c0e
Update checkout action to v2 2020-01-29 23:27:43 -05:00
Brian Cristante d8bca2ddba Match README to action.yml 2019-12-30 10:27:46 -05:00
Konrad Pabjan 3d8ac1d401
Update README.md 2019-12-23 11:51:09 -05:00
Konrad Pabjan dcf56dfd59
Update README.md 2019-12-13 14:10:10 -05:00
Konrad Pabjan c2338a225e
Update README.md 2019-12-13 14:09:54 -05:00
Konrad Pabjan 2aaa66fdad
Update README.md 2019-11-25 08:51:39 -05:00
Konrad Pabjan 4af3334acd
Update README.md 2019-11-25 08:50:40 -05:00
Konrad Pabjan 2e9d5269cc
Update README.md 2019-11-07 15:03:20 -05:00
Konrad Pabjan 6866923888
Update README.md 2019-11-07 14:59:28 -05:00
Hugo van Kemenade 47b0b94f96
Merge branch 'master' into patch-1 2019-11-05 22:02:12 +02:00
Hugo van Kemenade 31d200eb44
Fix typo
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2019-09-20 13:52:38 +03:00
Hugo van Kemenade ebb2329155
Use python-version in the example for consistency 2019-09-15 14:17:50 +03:00
Hugo van Kemenade 346e88b930
Show pypy2 (not pypy) in example 2019-09-15 13:46:49 +03:00
Danny McCormick 24b4fa76d2
Consume toolkit from npmjs (#12) 2019-08-20 10:27:52 -04:00
Danny McCormick ae4917dae5
Use correct comment character 2019-08-16 10:21:29 -04:00
Danny McCormick e336b852d5
Use python-version (#10) 2019-08-13 16:30:18 -04:00
Danny McCormick 3342d62b16
Add badge 2019-08-12 15:13:56 -04:00
Danny McCormick 633a4406d7
Quoting 2019-08-01 11:07:19 -04:00
Danny McCormick 5dc682444b
v1 (#9) 2019-08-01 09:16:36 -04:00
Bryan MacFarlane 68f6734126
actions to steps 2019-07-25 21:29:46 -04:00
Danny McCormick 4564d739f7
Update README.md 2019-07-23 15:45:57 -04:00
Danny McCormick 9e2c5c4b72
Add checkout 2019-07-23 15:16:20 -04:00
Danny McCormick d30db2a904
Update README.md 2019-07-17 10:59:43 -04:00
Danny McCormick c85a107c47
Add docs 2019-07-17 10:36:10 -04:00
Danny McCormick a5e5a35dfa
Update README.md 2019-07-16 14:32:08 -04:00
Danny McCormick 39c08a0eaa Initial pass 2019-06-26 21:12:00 -04:00