1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 16:46:43 +00:00
Commit graph

18 commits

Author SHA1 Message Date
Matthieu Darbois a0d74c0c42
fix(ci): update all failing workflows (#863)
* fix(ci): update all failing workflows

With `macos-latest` moving to `macos-14`, most workflows are currently failing.
Update them to be able to run on `macos-latest`

Don't test python 3.5 on ubuntu. It's been EOL for almost 4 years and there are now some certificate issues with pip.

* review: remove test with python 3.5, 3.6 & 3.7

* add latest versions to e2e-tests.yml
2024-06-27 13:18:32 -05:00
Dmitry Shibanov b64ffcaf5b
update actions/checkout to v4 (#761) 2023-11-08 11:16:06 +01:00
Dmitry Shibanov c16c4b8d18
Fix pipenv jobs (#699) 2023-07-13 14:11:40 +02:00
Ivan ec365b4eba
Add and configure ESLint and update configuration for Prettier (#617)
* Add ESLint, update Prettier

* Update docs

* Update tests

* Update licenses

* Fix review points
2023-03-09 12:44:56 +02:00
Dmitry Shibanov 49a521fa06
Fix poetry version (#445) 2022-07-25 15:02:06 +02:00
Dmitry Shibanov d7db8259d9 update pypy versions 2022-06-29 23:41:39 +02:00
Dmitry Shibanov 27091d50ca minor fix 2022-06-29 20:38:02 +02:00
Dmitry Shibanov d358f9e3d7 fix check 2022-06-29 20:28:20 +02:00
Dmitry Shibanov 1e52de40a4 fixing pipenv 2022-06-29 20:16:07 +02:00
Dmitry Shibanov 2a20d9b5e0 add --python 3 2022-06-29 19:36:35 +02:00
Dmitry Shibanov 766e8c6088
Fixing pipenv CI (#444)
* work on fixing pipenv

* change installation of pipenv to curl

* add different logs

* regenerate pipefile.lock

* change pipenv ci
2022-06-29 13:09:14 -04:00
Vladimir Safonkin 22c6af91ce Change PyPy version to rebuild cache 2022-05-30 15:02:04 +02:00
Vladimir Safonkin 7885ec3539 Rework pipenv caching test (#375)
* Rework python-pipenv-dependencies-caching test

* Update Pipfile.lock hash in the tests

* Rework python-pipenv-dependencies-caching-path test

* Set location for pipenv test

* Remove requests package from tests

* Test pipenv without caching

* Enable pipenv cache
2022-04-04 09:12:24 -04:00
Patrick Arminio e4be7a40b0
Initialise pyproject.toml 2022-03-28 13:42:47 -05:00
Patrick Arminio 415c3568c9
Reduce test matrix 2022-03-25 22:53:31 -05:00
Patrick Arminio 18c67b44e4
Initial preparation to add support for poetry 2022-03-25 22:53:30 -05:00
Dmitry Shibanov 156361d073
Fix ci for pipenv and reduce test matrix (#323) 2022-01-26 18:54:54 +03:00
Dmitry Shibanov 280924fbef
Implementation of python's caching (#266) 2021-11-17 13:31:22 +03:00