dschep / install-poetry-action

A Github action to install poetry
MIT License
31 stars 7 forks source link

create_virtualenvs: true not working #11

Open lmmentel opened 4 years ago

lmmentel commented 4 years ago

I tried to set the create_virtualenvs: true with

        uses: dschep/install-poetry-action@v1.3
        with:
          create_virtualenvs: true

on ubuntulatest but got

Unexpected input(s) 'create_virtualenvs', valid inputs are ['version', 'preview']

Probably related to #9

tony commented 4 years ago

Same issue: https://github.com/vcs-python/libvcs/actions/runs/192124266