Skip to content

Commit

Permalink
Merge pull request #16 from domain-independent-dp/release-0.6.0
Browse files Browse the repository at this point in the history
Release 0.6.0
  • Loading branch information
Kurorororo committed Dec 14, 2023
2 parents 59ebec1 + e92802d commit 4caa6e7
Show file tree
Hide file tree
Showing 63 changed files with 12,098 additions and 278 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/didppy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,9 @@ jobs:
options: -v ${{ github.workspace }}:/io -w /io
run: |
apk add py3-pip
pip3 install -U pip
pip3 install didppy --no-index --find-links /io/dist/ --force-reinstall
python3 -m venv /venv
. /venv/bin/activate
pip install didppy --no-index --find-links /io/dist/ --force-reinstall
pip install pytest
pytest -v
- name: Upload wheels
Expand Down Expand Up @@ -239,9 +240,10 @@ jobs:
githubToken: ${{ github.token }}
install: |
apk add py3-pip
pip3 install -U pip
run: |
pip3 install didppy --no-index --find-links dist/ --force-reinstall
python3 -m venv /venv
. /venv/bin/activate
pip install didppy --no-index --find-links dist/ --force-reinstall
pip install pytest
pytest -v
- name: Upload wheels
Expand Down
Loading

0 comments on commit 4caa6e7

Please sign in to comment.