Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
changed python-package.yml to support Windows with poetry, updated sn…
Browse files Browse the repository at this point in the history
…ok/install-poetry to 1.1.4
  • Loading branch information
rafsaf committed May 6, 2021
1 parent fa8896f commit d2edd5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9]

defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install and configure Poetry
uses: snok/install-poetry@v1.1.1
uses: snok/install-poetry@v1.1.4
with:
virtualenvs-create: false
- name: Install requirements
Expand Down

0 comments on commit d2edd5b

Please sign in to comment.