Skip to content

Commit

Permalink
Update PackageTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Jul 11, 2023
1 parent b5ded0d commit 9cb5507
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/PackageTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install poetry
run: |
pip install poetry
Expand Down

0 comments on commit 9cb5507

Please sign in to comment.