Skip to content

Commit

Permalink
Fix CI errors when upgrading to latest version of Gr1N/setup-poetry (
Browse files Browse the repository at this point in the history
  • Loading branch information
kiancross committed Aug 23, 2021
1 parent 090b97c commit f3939d8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
- '*'
pull_request:

env:
POETRY_VIRTUALENVS_CREATE: false

# SECRETS
# - PYPI_TOKEN: publishing token for tmbo account, needs to be maintainer of
# tmbo/questionary on pypi
Expand Down Expand Up @@ -49,7 +46,7 @@ jobs:
run: make types

- name: Check Version Numbers 🕸
run: python3 scripts/validate_version.py
run: poetry run python scripts/validate_version.py

test:
name: Run Tests
Expand Down

0 comments on commit f3939d8

Please sign in to comment.