Skip to content

Commit

Permalink
Chore: fixing release by using SL 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Jun 19, 2024
1 parent 7705a2d commit 789e0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
pip install uv
uv pip install -r requirements-dev.txt --python 3.12 --system --verbose
uv pip install robotframework-seleniumlibrary>=6.5.0 --python 3.12 --system --verbose
uv pip install robotframework-seleniumlibrary==6.5.0 --python 3.12 --system --verbose
- name: Lint files
run: inv lint
- name: Run unit tests
Expand Down

0 comments on commit 789e0e1

Please sign in to comment.