Skip to content

Commit

Permalink
Merge pull request #109 from NetKnights-GmbH/update_requirements_for_…
Browse files Browse the repository at this point in the history
…pi_3.9.1

Fix failing tests
  • Loading branch information
pablo-knight authored Dec 4, 2023
2 parents 7e23d55 + 76ae008 commit 870f810
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,17 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: ["3.7", "3.8", "3.9", "3.10"]

steps:
- name: Install requirements
run: sudo apt-get install -y dialog
- uses: actions/checkout@v2
- name: Checkout submodules
shell: bash
run: |
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: Checkout (with submodules)
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 870f810

Please sign in to comment.