Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest poetry versions (July 2022) #87

Merged
merged 3 commits into from Aug 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -8,13 +8,13 @@ on: pull_request

env:
# JSON variables (used in our strategy/matrix)
SUPPORTED_POETRY_VERSIONS: '\"poetry-version\":[\"1.1.0\", \"1.1.10\", \"1.2.0a2\"]'
SUPPORTED_POETRY_VERSIONS: '\"poetry-version\":[\"1.1.0\", \"1.1.10\", \"1.1.14\", \"1.2.0a2\", \"1.2.0b1\", \"1.2.0b2\", \"1.2.0b3\"]'
SUPPORTED_PYTHON_VERSIONS: '\"python-version\":[\"3.7\", \"3.9\", \"3.10.0-rc.2\"]'
SUPPORTED_OPERATING_SYSTEMS: '\"os\":[\"ubuntu-latest\", \"macos-latest\", \"windows-latest\"]'

# Normal variables (used in steps/*)
LATEST_PYTHON: "3.10"
LATEST_POETRY: "1.1.12"
LATEST_POETRY: "1.1.14"

jobs:
# The set-env job translates our json variables to a format we
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
# feel free to update it
- run: |
source .github/scripts/assert.sh
assert_in "1.1.13" "$(poetry --version)"
assert_in "${{LATEST_POETRY}} "$(poetry --version)"

# Make sure scripts are not deleted.
# If we deleted the scripts folder (or subfolders) by accident,
Expand Down