Skip to content

Commit

Permalink
change ci
Browse files Browse the repository at this point in the history
Yossi Mosbacher committed Oct 17, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e51c4a9 commit 1aff906
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,8 @@ jobs:
python-version: ['3.7', '3.8', '3.9', '3.10']
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v3
- name: Git checkout
uses: actions/checkout@v3

- name: Install poetry
run: pipx install poetry
2 changes: 1 addition & 1 deletion xedocs/xedocs.py
Original file line number Diff line number Diff line change
@@ -107,7 +107,7 @@ def get_api_client(schema):

@URLConfig.register("xedocs")
def xedocs_protocol(name,
context='production',
context='production_db',
version="ONLINE",
sort=None,
attr=None,

0 comments on commit 1aff906

Please sign in to comment.