main
Commits on Jun 2, 2022
-
add support for python-version-file (#336)
* add support for python-version-file * Update action.yml * update to v4, remove python-version default * python-version overrides python-version-file, like setup-node * checks '.python-version' by default if nothing else specified * update tests, update to checkout@v3 * update build * appease the linter * remove old test for default python version * revert readme changes * update build
Commits on May 31, 2022
-
-
-
Merge pull request #412 from vsafonkin/v-vsafonkin/fix-poetry-cache-test
Fix e2e test for poetry cache and PyPy-3.7
Commits on May 30, 2022
Commits on May 25, 2022
-
Merge pull request #405 from mayeut/interpreter-path
feature: add a `python-path` output
Commits on May 24, 2022
-
feature: add a
python-pathoutputExpose a `python-path` output containing the chosen Python executable path.
Commits on May 6, 2022
-
Merge pull request #318 from neutrinoceros/document_dev_sugar
DOC: document -dev syntactic sugar
Commits on May 4, 2022
-
Merge pull request #396 from akv-platform/v-sedoli/issue-241
Add warning if python version set to empty value
-
Merge pull request #400 from akv-platform/v-sedoli/pkg-config
set PKG_CONFIG_PATH environment var
-
-
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
Commits on May 3, 2022
Commits on Apr 29, 2022
Commits on Apr 28, 2022
-
Create missing
pypyX.Ysymlinks (#347)`pypyX.Y.exe` executables are missing from PyPy archives on Windows before v7.3.9 (X.Y < 3.9) `pypy2.7` symlinks are also missing from macOS/Linux PyPy archives before v7.3.9 relates to #346
Commits on Apr 26, 2022
Commits on Apr 21, 2022
Commits on Apr 20, 2022
Commits on Apr 19, 2022
-
Merge pull request #387 from vsafonkin/v-vsafonkin/fix-readme-outdate…
…d-links Fix virtual-env toolcache outdated links
-
Commits on Apr 18, 2022
Commits on Apr 15, 2022
-
Merge pull request #338 from akv-demo/main
Force TOOLCACHE_ROOT to be equal AGENT_TOOLSDIRECTORY
Commits on Apr 11, 2022
Commits on Apr 7, 2022
Commits on Apr 6, 2022
Commits on Apr 5, 2022
-
* Remove useless await in getCacheDistributor calls * Added cache-hit output * Build action with cache-hit output * Remove PromiseReturnType, add matchedKey == primaryKey check * Update cache-distributor.ts * Fix tests and rebuild
Commits on Apr 4, 2022
-
Add pyton-version to setup PyPy output (#365)
* Add pyton-version to setup PyPy output * remove new line from pypy version * Move setOutput to findPyPyVersion * Resolve conflict: 2
-
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