Skip to content

Commit

Permalink
fix: add tox during prod deploy step (#41)
Browse files Browse the repository at this point in the history
* Install tox in the deploy, not unit-test workflow

* Relock root dev tooling lockfile
  • Loading branch information
ceholden authored Oct 31, 2024
1 parent 9a5c2eb commit e3f56da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 112 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
- name: Install Pipenv
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python

- name: Install tox
run: |
pip install "tox>=3.18.0"
- name: Get pipenv venv hashes
id: hashes
run: |
Expand Down Expand Up @@ -208,6 +204,10 @@ jobs:
with:
python-version: 3.11

- name: Install tox
run: |
pip install "tox>=3.18.0"
- name: Setup up Node
uses: actions/setup-node@v4
with:
Expand Down
109 changes: 1 addition & 108 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e3f56da

Please sign in to comment.