Skip to content

Commit

Permalink
GH actions simple
Browse files Browse the repository at this point in the history
  • Loading branch information
ronpal committed Oct 17, 2023
1 parent 969e055 commit b3f12c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
name: Loadmaster
steps:
- uses: actions/checkout
- uses: actions/checkout@v4

- uses: actions/setup-python
- uses: actions/setup-python@v4
with:
python-version: 3.9
- uses: snok/install-poetry
- uses: snok/install-poetry@v1.2
with:
version: 1.2.0
- name: Install dependencies
Expand Down

0 comments on commit b3f12c2

Please sign in to comment.