Skip to content

Commit

Permalink
fix pre-merge testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Nov 26, 2024
1 parent 91ed234 commit 472581c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ jobs:
# Project is installed separately to avoid always invalidating the cache
- name: Poetry - Install Project
run: poetry install --no-interaction
- name: Tox - Tests [py38]
# fast this time around since the last step did the installation, venv.bash will only check here
run: |
source ./venv.bash
tox -e py38

- name: Tox - Tests
run: poetry run tox --workdir ${{ env.VENV_DIR }} -e ${{ matrix.python-py-version }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "streamlit_parameters"
version = "0.2.0"
version = "0.1.5"
description = "Streamlit parameter management for page configuration"
authors = ["Daniel Stonier"]
maintainers = ["Daniel Stonier <[email protected]>"]
Expand Down

0 comments on commit 472581c

Please sign in to comment.