Skip to content

Commit

Permalink
Fix CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mhemeryck committed Dec 13, 2022
1 parent 6d6e1fd commit 5e5f061
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: poetry check
- name: Install package
run: poetry install
env:
PYTHON_KEYRING_BACKEND: "keyring.backends.null.Keyring"
- name: Lint
run: poetry run flake8 .
- name: Autoformat check
Expand Down Expand Up @@ -46,6 +48,8 @@ jobs:
cache: "poetry"
- name: Install package
run: poetry install
env:
PYTHON_KEYRING_BACKEND: "keyring.backends.null.Keyring"
- name: Create packages
run: |
poetry run python setup.py sdist
Expand Down

0 comments on commit 5e5f061

Please sign in to comment.