We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a88546 commit dc3070aCopy full SHA for dc3070a
.github/workflows/ci_duplicate.yml
@@ -17,6 +17,11 @@ jobs:
17
timeout-minutes: 5
18
steps:
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
+ - name: Install dependencies for setting up Python
21
+ env:
22
+ DEBIAN_FRONTEND: noninteractive
23
+ run: |
24
+ apt update && apt install libssl-dev libsqlite3-dev git -y
25
- name: Set up Python 3.11
26
uses: actions/setup-python@v5
27
with:
0 commit comments