Skip to content

Commit

Permalink
Update test-win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SrikanthPagadarai authored Jan 29, 2025
1 parent cfcd2f0 commit cb2d481
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.7
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.7
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down Expand Up @@ -132,4 +132,4 @@ jobs:
automatic_release_tag: "latest"
prerelease: true
title: "Latest Development Build"
files: win_build
files: win_build

0 comments on commit cb2d481

Please sign in to comment.