Skip to content

Commit

Permalink
fix: cython pyyaml conflict on python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Aug 4, 2023
1 parent 68743f9 commit 5c3f7c3
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/partners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: "3.10"

- name: Prep dependencies
run: pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation
run: pip install wheel && pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests._fullsuite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
~/.vvm
- name: Prep dependencies
run: pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation
run: pip install wheel && pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.partners.on_pull_req.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
~/.vvm
- name: Prep dependencies
run: pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation
run: pip install wheel && pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.partners.on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
~/.vvm
- name: Prep dependencies
run: pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation
run: pip install wheel && pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.prices.compound.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
~/.vvm
- name: Prep dependencies
run: pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation
run: pip install wheel && pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.prices.curve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
~/.vvm
- name: Prep dependencies
run: pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation
run: pip install wheel && pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.prices.fixed_forex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
~/.vvm
- name: Prep dependencies
run: pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation
run: pip install wheel && pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.prices.uniswap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
~/.vvm
- name: Prep dependencies
run: pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation
run: pip install wheel && pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yearn.iearn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
~/.vvm
- name: Prep dependencies
run: pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation
run: pip install wheel && pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yearn.ironbank.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
~/.vvm
- name: Prep dependencies
run: pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation
run: pip install wheel && pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yearn.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
~/.vvm
- name: Prep dependencies
run: pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation
run: pip install wheel && pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yearn.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
~/.vvm
- name: Prep dependencies
run: pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation
run: pip install wheel && pip install --prefix=/install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down

0 comments on commit 5c3f7c3

Please sign in to comment.