Skip to content

Commit

Permalink
fixup! #3: [MERGE] Use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
garyd203 committed Dec 24, 2020
1 parent 9b94f7a commit 1bc3b44
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,16 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
- name: Update pip
run: |
python -m pip install --upgrade pip
- name: Python Poetry Action
#uses: abatilo/actions-poetry@v2.1.0
uses: abatilo/actions-poetry@8284d202bc272a8d0597e26e1c0b4a0d0c73db93
with:
poetry-version: 1.0.3
- name: Install Dependencies
run: |
poetry --version
poetry install --dev
- name: Check Formatting
Expand Down

0 comments on commit 1bc3b44

Please sign in to comment.