Skip to content

Commit

Permalink
Merge branch 'tmbo:master' into search_select_checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-dg authored Jul 9, 2024
2 parents 2f51bb5 + cf10f3e commit 632fa74
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 129 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
python-version: "3.11"

- name: Install poetry 🦄
uses: Gr1N/setup-poetry@v8
uses: Gr1N/setup-poetry@v9

- name: Load Poetry Cached Libraries ⬇
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pypoetry
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
Expand Down Expand Up @@ -73,10 +73,10 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install poetry 🦄
uses: Gr1N/setup-poetry@v8
uses: Gr1N/setup-poetry@v9

- name: Load Poetry Cached Libraries ⬇
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pypoetry
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
Expand Down Expand Up @@ -123,10 +123,10 @@ jobs:
python-version: "3.11"

- name: Install poetry 🦄
uses: Gr1N/setup-poetry@v8
uses: Gr1N/setup-poetry@v9

- name: Load Poetry Cached Libraries ⬇
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pypoetry
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
python-version: "3.11"

- name: Install poetry 🦄
uses: Gr1N/setup-poetry@v8
uses: Gr1N/setup-poetry@v9

- name: Build ⚒️ Distributions
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ for when you want to spice up your printed messages a bit.
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install Questionary:

```bash
$ pip install questionary
✨🎂✨
pip install questionary
```
✨🎂✨

## Usage

Expand Down
Loading

0 comments on commit 632fa74

Please sign in to comment.