Skip to content

Commit

Permalink
disable test_example_workflow for now, conda weirdness isn't ending
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Dec 19, 2024
1 parent 9857104 commit 33141ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test_example.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Test example.sh

on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
# do not run, as the conda package is currently broken,
# making getting the right environment not possible.
# push:
# branches: [ "main", "dev" ]
# pull_request:
# branches: [ "main", "dev" ]

# Cancel if a newer run is started
# taken from https://github.com/nf-core/modules/blob/master/.github/workflows/nf-test.yml
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# adapted from https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Build msyd
description: "Checks out, installs dependencies and builds the msyd package. Formulated as a composite action to reduce code duplication in testing. Composite workflows cannot perserve state."
description: "Checks out, installs dependencies and builds the msyd package. Formulated as a composite action to reduce code duplication in testing. Composite workflows cannot perserve state. Currently broken b/c of a version bound in the SyRI conda package."

#inputs:
# python-version:
Expand Down

0 comments on commit 33141ef

Please sign in to comment.