Skip to content

Commit

Permalink
Merge branch 'main' into reddit
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni authored Nov 27, 2023
2 parents c5af4a7 + 2872730 commit 4e64073
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
with:
python-version: '3.8'
architecture: "x64"
cache: 'pip'

- name: Create a new Python environment & install maturin
if: steps.cache-venv.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -158,7 +157,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- name: Setup environment
run: |
sudo apt-get update
Expand Down Expand Up @@ -192,7 +190,6 @@ jobs:
with:
python-version: '3.10'
architecture: ${{ matrix.target }}
cache: 'pip'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -216,7 +213,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 4e64073

Please sign in to comment.