Skip to content

Commit

Permalink
OPS: Install poetry to allow getting version
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Jan 29, 2024
1 parent 9b52474 commit 42985a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.1

- name: Install poetry
uses: snok/install-poetry@v1.3.3

- name: Get package version
id: get-package-version
run: |
Expand Down Expand Up @@ -54,9 +57,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.1

- name: Install poetry
uses: snok/install-poetry@v1.3.3

- name: Get deployment info
id: get-deployment-info
uses: ./
Expand Down

0 comments on commit 42985a8

Please sign in to comment.