Skip to content

Commit

Permalink
MRG: Merge remote-tracking branch 'origin/main' into use-octue-withou…
Browse files Browse the repository at this point in the history
…t-answer-topics
  • Loading branch information
cortadocodes committed Nov 29, 2023
2 parents a3decdb + e797254 commit e9cb4c7
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
needs: [publish]
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install poetry
run: pip install poetry
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Python ${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}

Expand Down Expand Up @@ -77,4 +77,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: coverage.xml
fail_ci_if_error: true
fail_ci_if_error: false
# Token is not required for public repos, but see:
# https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
token: ${{ secrets.CODECOV_TOKEN }}
74 changes: 42 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ django = ">=3.0,<4.0"
channels = ">=3.0,<4.0"
octue = {git = "https://github.com/octue/octue-sdk-python.git", rev = "publish-answers-to-question-topic-2"}
pika = "^1.2.0"
django-gcp = ">=0.7.3,<0.11"
django-gcp = ">=0.7.3,<0.12"
django-jsoneditor = "^0.2.2"
django-model-utils = "^4.2.0"

Expand Down

0 comments on commit e9cb4c7

Please sign in to comment.