Skip to content

Commit

Permalink
ci(DevelopAction): Fixing the develop action yaml to allow run in git…
Browse files Browse the repository at this point in the history
…hub servers
  • Loading branch information
gabszs committed May 29, 2024
1 parent 1e98eb0 commit 669c3c0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,9 @@ jobs:
with:
python-version: "3.11.1"

- name: ensurepath pipx
run: pipx ensurepath

- name: Install Poetry
run: pipx install poetry

- name: Enter Poetry Virtual Env
run: poetry shell


- name: Install Dependencies
run: poetry install

Expand Down

0 comments on commit 669c3c0

Please sign in to comment.