Skip to content

Commit

Permalink
remove old toolchain action (acquire-project#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
nclack authored May 30, 2023
1 parent 696e062 commit 3417630
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test_pr_dcam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
with:
python-version: ${{ matrix.python }}

- uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: Install
run: |
pip install --upgrade pip
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test_pr_egrabber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
with:
python-version: ${{ matrix.python }}

- uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: Install
run: |
pip install --upgrade pip
Expand Down

0 comments on commit 3417630

Please sign in to comment.