Skip to content
Permalink
main
Switch branches/tags

Commits on Jun 2, 2022

  1. 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
    adilosa committed Jun 2, 2022

Commits on May 30, 2022

Commits on May 25, 2022

  1. Merge pull request #405 from mayeut/interpreter-path

    feature: add a `python-path` output
    marko-zivic-93 committed May 25, 2022

Commits on May 24, 2022

  1. feature: add a python-path output

    Expose a `python-path` output containing the chosen Python executable path.
    mayeut committed May 24, 2022

Commits on May 18, 2022

  1. Use pypyX.Y for PyPy python-version input (#349)

    This versioning scheme is consistent with other
    tools in the python ecosystem so it feels more natural
    and allows better interaction with other tools.
    
    fixes #346
    mayeut committed May 18, 2022

Commits on May 6, 2022

  1. Merge pull request #318 from neutrinoceros/document_dev_sugar

    DOC: document -dev syntactic sugar
    marko-zivic-93 committed May 6, 2022

Commits on May 4, 2022

  1. Merge pull request #396 from akv-platform/v-sedoli/issue-241

    Add warning if python version set to empty value
    marko-zivic-93 committed May 4, 2022
  2. Merge pull request #400 from akv-platform/v-sedoli/pkg-config

    set PKG_CONFIG_PATH environment var
    marko-zivic-93 committed May 4, 2022
  3. Formatting

    dsame committed May 4, 2022
  4. Improve warning message

    Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
    dsame and brcrista committed May 4, 2022

Commits on May 3, 2022

  1. Successfully set up (#399)

    brcrista committed May 3, 2022

Commits on Apr 29, 2022

  1. Improve wording

    dsame committed Apr 29, 2022
  2. Add generated files

    dsame committed Apr 29, 2022

Commits on Apr 28, 2022

  1. Create missing pypyX.Y symlinks (#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
    mayeut committed Apr 28, 2022

Commits on Apr 26, 2022

  1. Fix conflicts (#389)

    dmitry-shibanov committed Apr 26, 2022

Commits on Apr 21, 2022

  1. Merge pull request #384 from akv-platform/main

    Add CODE_OF_CONDUCT
    marko-zivic-93 committed Apr 21, 2022

Commits on Apr 19, 2022

  1. Merge pull request #387 from vsafonkin/v-vsafonkin/fix-readme-outdate…

    …d-links
    
    Fix virtual-env toolcache outdated links
    vsafonkin committed Apr 19, 2022

Commits on Apr 18, 2022

  1. Add CODE_OF_CONDUCT

    dsame committed Apr 18, 2022

Commits on Apr 15, 2022

  1. Merge pull request #338 from akv-demo/main

    Force TOOLCACHE_ROOT to be equal AGENT_TOOLSDIRECTORY
    marko-zivic-93 committed Apr 15, 2022

Commits on Apr 11, 2022

  1. Updated @actions/cache (#382)

    t-dedah committed Apr 11, 2022

Commits on Apr 6, 2022

Commits on Apr 5, 2022

  1. Cache hit output (#373)

    * 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
    dhvcc committed Apr 5, 2022

Commits on Apr 4, 2022

  1. 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
    dsame committed Apr 4, 2022
  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
    vsafonkin committed Apr 4, 2022
Older