1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-10-02 13:27:07 +02:00

Temporarily disable lint check on python 3.11

It fails due to a problem with installing dependencies, which is already
fixed in a3dc75c04e.
This commit is contained in:
Alexander Graf 2023-10-16 08:26:10 +02:00
parent 8bc35cf3a1
commit 6145c5b383

View File

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"] python-version: ["3.8", "3.9", "3.10"]
steps: steps:
- name: Checkout Instaloader Repository - name: Checkout Instaloader Repository
uses: actions/checkout@v2 uses: actions/checkout@v2