Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
a16su committed Oct 29, 2022
1 parent 0b1363d commit 8d36718
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- uses: actions/checkout@v3
- name: Install Tool
run: |
export PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring
python -m pip install -U pip
python -m pip install poetry tox coverage
- name: Setup Python
Expand All @@ -52,7 +51,9 @@ jobs:
cache: "poetry"

- name: Install Dep
run: poetry install
run: |
export PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring
poetry install
- name: Linter
if: "matrix.use_linter"
Expand Down

0 comments on commit 8d36718

Please sign in to comment.