Skip to content

Commit

Permalink
specify shell
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Oct 4, 2022
1 parent 5fc871a commit d6cff44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: "3.8"
python-version: 3.8
mamba-version: "*"
channels: conda-forge,bioconda,defaults
channel-priority: strict
Expand All @@ -24,10 +24,10 @@ jobs:
- name: Install project
shell: bash -l {0}
run: |
mamba install -y python=${{ matrix.python-version }}
python -m pip install -U pip
just install
- name: Build a binary wheel and a source tarball
shell: bash -l {0}
run: just build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit d6cff44

Please sign in to comment.