Skip to content

Commit

Permalink
chore: pin back genie until someone wants to fix that ;P
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed May 12, 2024
1 parent f8c8692 commit a7e286e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
max-parallel: 1
matrix:
os: [ubuntu-latest]
version: ["3.12"]
version: ["3.11"]
steps:
- uses: actions/checkout@v4
- name: set up python ${{ matrix.version }}
Expand All @@ -30,7 +30,7 @@ jobs:
max-parallel: 1
matrix:
os: [ubuntu-latest]
version: ["3.12"]
version: ["3.11"]
steps:
- uses: actions/checkout@v4
- name: set up python ${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
max-parallel: 1
matrix:
os: [ubuntu-latest]
version: ["3.12"]
version: ["3.11"]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion requirements-genie.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
genie>=20.2 ; sys_platform != "win32" and python_version < "3.11"
genie>=20.2,<24.4 ; sys_platform != "win32" and python_version < "3.11"
pyats>=20.2 ; sys_platform != "win32" and python_version < "3.11"

0 comments on commit a7e286e

Please sign in to comment.