Skip to content

Commit

Permalink
ensure we install everything for release!
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Mar 28, 2022
1 parent b50a2de commit 0c3b1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
export PATH="/usr/share/miniconda/bin:$PATH"
source activate citelang
pip install -e .
pip install -e .[all]
pip install setuptools wheel twine
- name: Build and publish
Expand Down

0 comments on commit 0c3b1e0

Please sign in to comment.