Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build

on: push
permissions:
contents: read

jobs:
build:
Expand Down Expand Up @@ -33,7 +35,7 @@ jobs:
run: python -m pip install --upgrade pip setuptools wheel

- name: Install poetry
run: pip install "poetry<2.0.0"
run: pip install --only-binary :all: "poetry==1.8.4"

- name: Cache poetry packages
uses: actions/cache@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: PR Quality Check
on: pull_request
permissions:
contents: read
pull-requests: write
jobs:
link-ticket:
runs-on: ubuntu-latest
Expand Down