Skip to content

Commit

Permalink
Lock tox version to 4.2.8 (4.3.0 breaks)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Jan 16, 2023
1 parent 469982b commit 083cd51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/framework-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/setup-python@v2

- name: Install tox
run: pip install tox
run: pip install tox==4.2.8

- name: Run linting
run: tox -e lint
Expand All @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-python@v2

- name: Install tox
run: pip install tox
run: pip install tox==4.2.8

- name: Run static type checks
run: tox -e static
Expand All @@ -47,7 +47,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install tox
run: pip install tox
run: pip install tox==4.2.8

- name: Run unit tests
run: tox -e unit
Expand All @@ -73,7 +73,7 @@ jobs:
go-version: "1.17"

- name: Install tox
run: pip install tox
run: pip install tox==4.2.8

- name: Install Pebble
run: go install github.com/canonical/pebble/cmd/pebble@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/observability-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo -e "\ngit+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY@$GITHUB_SHA#egg=ops" >> requirements.txt
- name: Install dependencies
run: pip install tox
run: pip install tox==4.2.8

- name: Run the charm tests
run: tox -vve unit

0 comments on commit 083cd51

Please sign in to comment.