Skip to content

Commit

Permalink
Activate converters on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jun 28, 2024
1 parent 371ffe5 commit 11fd8b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ jobs:
target: [x86_64]
steps:
- uses: actions/checkout@v4
- name: Enable APPLgrid, fastNLO and legacy FK-table converters
run: |
sed -i "s/features = [\"static\"]/all-features = true/" pineappl_cli/pyproject.toml
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 11fd8b4

Please sign in to comment.