Commit Graph
17 Commits
Author SHA1 Message Date
Dmitry ShibanovandGitHub 5ccb29d877 Install multiple python versions (#567) 2022-12-22 13:02:09 +01:00
Dmitry ShibanovandGitHub 76bbdfadd7 Update minimatch (#558) 2022-12-07 18:08:22 +01:00
Dmitry ShibanovandGitHub 0ebf233433 Remove legacy PyPy input (#342) 2022-02-28 10:19:48 +03:00
Dmitry ShibanovandGitHub 665cd78205 Update lockfileversion (#341) 2022-02-25 14:12:36 +03:00
Dmitry ShibanovandGitHub 93cb78f17b Update to node16 (#340) 2022-02-25 12:31:18 +03:00
Dmitry ShibanovandGitHub 7f80679172 Add fix for Windows caching of pip (#332) 2022-02-04 14:00:41 +03:00
Dmitry ShibanovandGitHub dc9de69ff3 Update node-fetch from 2.6.6 to 2.6.7 (#327) 2022-02-01 14:17:23 +03:00
Dmitry ShibanovandGitHub 156361d073 Fix ci for pipenv and reduce test matrix (#323) 2022-01-26 18:54:54 +03:00
Dmitry ShibanovandGitHub 6277dd1255 Fix build command (#306) 2021-12-21 15:44:58 +03:00
Dmitry ShibanovandGitHub 2b732b899c Removing a non-existent command from the documentation (#293) 2021-12-13 18:51:02 +03:00
Dmitry ShibanovandGitHub 3ef38b826b Create ADR for integrating cache functionality to setup-python action (#247) 2021-11-18 13:29:22 +03:00
Dmitry ShibanovandGitHub 0066b88440 Add a workflow to release a new version of the action (#274) 2021-11-17 15:52:32 +03:00
Dmitry ShibanovandGitHub 280924fbef Implementation of python's caching (#266) 2021-11-17 13:31:22 +03:00
Dmitry ShibanovandGitHub 002b1e4044 Change python version for pypy in workflow files (#259) 2021-10-19 20:24:02 +03:00
Dmitry Shibanov 4aa563ba8c update dependencies 2021-10-13 15:18:42 +03:00
Dmitry ShibanovandGitHub 3105fb18c0 fix is_windows (#172) 2020-12-18 15:05:24 +01:00
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