Skip to content

Commit

Permalink
Remove uneeded input
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlow committed Aug 26, 2023
1 parent 537ff0d commit 7694dd8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.pyversion }}
Expand Down Expand Up @@ -44,7 +43,7 @@ jobs:
pytest tests
cd ..
- name: Save Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
Expand All @@ -66,7 +65,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.pyversion }}
Expand Down Expand Up @@ -97,7 +95,7 @@ jobs:
pytest tests
cd ..
- name: Save Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
Expand All @@ -121,7 +119,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.pyversion }}
Expand Down Expand Up @@ -153,7 +150,7 @@ jobs:
pytest tests
cd ..
- name: Save Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
Expand All @@ -174,7 +171,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand Down

0 comments on commit 7694dd8

Please sign in to comment.