Skip to content

Commit

Permalink
Remove run shell
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Jan 5, 2024
1 parent 5d41910 commit 8bc447d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/anaconda-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
'3.11',
]
name: Publish to Anaconda
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
id: cache
Expand All @@ -35,8 +32,8 @@ jobs:
conda-build-version: '3.28'
conda-solver: 'libmamba'
activate-environment: "decide"
- run: |
conda install --yes anaconda-client
anaconda --version
conda build --numpy 1.23.4 --python ${{ matrix.python-version }} .
anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload /usr/share/miniconda/conda-bld/**/decide-exchange-model-*.tar.bz2
- run: conda install --yes anaconda-client
- run: conda build --numpy 1.23.4 --python ${{ matrix.python-version }} .
- run: anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload /usr/share/miniconda/conda-bld/**/decide-exchange-model-*.tar.bz2


2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
- python
- pyqt >=5.10,<5.16
- setuptools >=49.6.0
- blinker ==1.5
- blinker >=1.5
- matplotlib >=3.6.0
- numpy >=1.23.4
- pandas >=1.5.2,<2.0
Expand Down

0 comments on commit 8bc447d

Please sign in to comment.