Skip to content

Commit

Permalink
Ignore conda tests for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Nov 18, 2024
1 parent f00d1b0 commit 430887b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# A single CI script with github workflow to test NNPDF, and upload the conda package and documentation
name: Test conda package

on: [push]
on:
push:
branches-ignore:
- update-pineappl-v1

concurrency:
group: ${{ github.head_ref || github.ref }}
Expand Down
1 change: 0 additions & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ requirements:
- requests
- prompt_toolkit
- validobj
- pineappl >=0.8.2
- eko >=0.14.2
- fiatlux
- sphinx >=5.0.2
Expand Down

0 comments on commit 430887b

Please sign in to comment.