Skip to content

Commit

Permalink
Fix CI configuration another time
Browse files Browse the repository at this point in the history
  • Loading branch information
AnesBenmerzoug committed Oct 14, 2024
1 parent 45b625b commit fdf04e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Virtual Environment
uses: ./.github/actions/poetry
uses: .github/actions/poetry
with:
python_version: ${{ env.PYTHON_VERSION }}
poetry_included_groups: dev
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Virtual Environment
uses: ./.github/actions/poetry
uses: .github/actions/poetry
with:
python_version: ${{ env.PYTHON_VERSION }}
poetry_included_groups: dev
Expand All @@ -70,7 +70,7 @@ jobs:
lfs: true

- name: Setup Virtual Environment
uses: ./.github/actions/poetry
uses: .github/actions/poetry
with:
python_version: ${{ env.PYTHON_VERSION }}
poetry_included_groups: dev
Expand Down

0 comments on commit fdf04e2

Please sign in to comment.