Skip to content

Commit

Permalink
Just forcing conda
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher committed Aug 25, 2023
1 parent c202b21 commit 6ab1837
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set data = load_setup_py_data(setup_file='../setup.py', from_recipe_dir=True) %}
{% set version = data.get('version') %}
{% set version = 0.1.1 %}
{% set name = 'med-diagnostics' %}

package:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:

conda:
name: build and deploy to conda
needs: pypi
if: always() && needs.pypi.result == 'success'
#needs: pypi
#if: always() && needs.pypi.result == 'success'
runs-on: "ubuntu-latest"

steps:
Expand Down

0 comments on commit 6ab1837

Please sign in to comment.