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

chore: Update the pyproject.toml file and poetry.lock file to use version of gatorgrader from the fix/unicode-defect branch. #171

Merged
merged 9 commits into from
Feb 1, 2025
Merged
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Poetry
uses: Gr1N/setup-poetry@v8
with:
poetry-version: 1.5.0
poetry-version: 2.0.0
- name: Setup Poetry
run: |
poetry --version
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install Poetry
uses: Gr1N/setup-poetry@v8
with:
poetry-version: 1.5.0
poetry-version: 2.0.0
- name: Setup Poetry
run: |
poetry --version
Expand Down
Loading