Skip to content

Commit

Permalink
chore: Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Mar 30, 2024
1 parent 4e755c3 commit b3417ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.12 with Robot Framework 7
uses: actions/setup-python@v5
with:
python-version: 3.12
fetch-depth: 0
- name: Install dependencies
run: pip install -r requirements-dev.txt
- name: Lint files
Expand Down

0 comments on commit b3417ca

Please sign in to comment.