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 77e938f commit 969e055
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@v4
- uses: actions/checkout

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

0 comments on commit 969e055

Please sign in to comment.