Skip to content

Commit

Permalink
Fix dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Jul 10, 2024
1 parent f136c2c commit 6a1b635
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
python -m pip install wheel setuptools catalyst==0.7
python -m pip install wheel setuptools pennylane-catalyst==0.7
- name: Build Wheel
run: |
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
python -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
python -m pip install wheel setuptools catalyst==0.7
python -m pip install wheel setuptools pennylane-catalyst==0.7
- name: Build Wheel
run: |
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Install Python Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install wheel setuptools catalyst==0.7
python -m pip install wheel setuptools pennylane-catalyst==0.7
- name: Build Wheel
run: |
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Install Python Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install wheel setuptools catalyst==0.7
python -m pip install wheel setuptools pennylane-catalyst==0.7
- name: Install Homebrew (MacOS)
uses: Homebrew/actions/setup-homebrew@master
Expand Down

0 comments on commit 6a1b635

Please sign in to comment.