Skip to content

Commit

Permalink
testing: wip poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
pahrohfit committed Mar 19, 2024
1 parent 257c27c commit 67c56bc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/unit_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
#cache: 'poetry'
#- name: Install Poetry
#uses: snok/install-poetry@v1
- name: Install Poetry
uses: snok/install-poetry@v1
#with:
#virtualenvs-create: true
#virtualenvs-in-project: true
#installer-parallel: true
- name: Install poetry
run: pipx install poetry

#----------------------------------------------
# load cached venv if cache exists
Expand Down

0 comments on commit 67c56bc

Please sign in to comment.