Skip to content

Commit

Permalink
Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Jul 3, 2024
1 parent 8cfcba8 commit ce3fc08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
python -m pip install wheel setuptools python3
python -m pip install wheel setuptools
- name: Build Qrack Linux x86-64
run: |
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
python -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
python -m pip install wheel setuptools python3
python -m pip install wheel setuptools
- name: Build Qrack Linux x86-64
run: |
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
python -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
python -m pip install wheel setuptools python3
python -m pip install wheel setuptools
- name: Build Qrack Linux x86-64
run: |
Expand Down

0 comments on commit ce3fc08

Please sign in to comment.