Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma authored Nov 2, 2024
1 parent dfbe200 commit 9f68269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.10.15
python-version: 3.9.20

- name: Remove solaris
run: sudo rm -rf ./docker ./weights
Expand Down

0 comments on commit 9f68269

Please sign in to comment.