We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f18963 commit 42373f8Copy full SHA for 42373f8
1 file changed
.github/workflows/main.yml
@@ -18,6 +18,10 @@ jobs:
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v3
21
+ - name: packages
22
+ run: |
23
+ sudo apt-get update
24
+ sudo apt-get install -y libjpeg62 libjpeg62-dev libbz2-dev
25
- name: Set up pyenv and Python
26
uses: "gabrielfalcao/pyenv-action@v14"
27
with:
0 commit comments