Skip to content

Commit

Permalink
V3.0.0 release (#199)
Browse files Browse the repository at this point in the history
* Replace image tag with v3

* Fix deploy action
  • Loading branch information
Aiee authored Feb 15, 2022
1 parent 9c4e0eb commit 2928b48
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install setuptools wheel twine
pip install .
pip install -r requirements/dev.txt
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install setuptools wheel twine
pip install .
pip install -r requirements/dev.txt
- name: Test with pytest
run: |
docker-compose -f docker-compose.yaml up -d
Expand Down

0 comments on commit 2928b48

Please sign in to comment.