Skip to content

Commit

Permalink
Remove superfluous commands in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Aug 15, 2024
1 parent 40a7519 commit 046a59a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Set up Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y
rustup install stable --profile minimal
rustup default stable
rustup component add llvm-tools
- name: Test
env:
Expand All @@ -49,5 +46,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: pineappl_py/lcov.info
flags: python

0 comments on commit 046a59a

Please sign in to comment.