Skip to content

Commit

Permalink
fix poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimoschi committed Apr 5, 2024
1 parent 32a3ff1 commit aef3a39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test

on: [ push, workflow_dispatch ]
on: [push, workflow_dispatch]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.4.2
version: 1.8.2
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG APP_NAME=hackster
ARG PYTHON_VERSION=3.11.2
ARG POETRY_VERSION=1.4.2
ARG POETRY_VERSION=1.8.2

# `python-base` sets up all our shared environment variables
FROM python:${PYTHON_VERSION}-slim as python-base
Expand Down

0 comments on commit aef3a39

Please sign in to comment.