Skip to content

Commit

Permalink
Update python version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Jan 5, 2024
1 parent f22dba5 commit 5a9980a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.11
- name: Install flake8
run: pip install flake8
- name: Flake8
Expand All @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.11
- name: Update apt cache
run: sudo apt-get update
- name: Install python-ldap deps
Expand Down

0 comments on commit 5a9980a

Please sign in to comment.