Skip to content

Commit

Permalink
Merge pull request #52 from QAInsights/feature/windows
Browse files Browse the repository at this point in the history
feature/windows
  • Loading branch information
QAInsights authored Nov 23, 2023
2 parents 724c634 + be339bb commit 0ee12a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r .\windows\requirements.txt
if: matrix.os == 'windows'
if: matrix.os == 'windows-latest'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 0ee12a2

Please sign in to comment.