@@ -18,20 +18,22 @@ jobs:
1818 - { python: "3.9", os: "ubuntu-latest", session: "mypy" }
1919 - { python: "3.8", os: "ubuntu-latest", session: "mypy" }
2020 - { python: "3.7", os: "ubuntu-latest", session: "mypy" }
21+ - { python: "3.11", os: "ubuntu-latest", session: "tests" }
2122 - { python: "3.10", os: "ubuntu-latest", session: "tests" }
2223 - { python: "3.9", os: "ubuntu-latest", session: "tests" }
2324 - { python: "3.8", os: "ubuntu-latest", session: "tests" }
2425 - { python: "3.7", os: "ubuntu-latest", session: "tests" }
25- - { python: "3.10", os: "windows-latest", session: "tests" }
26- - { python: "3.10", os: "macos-latest", session: "tests" }
27- - { python: "3.10", os: "ubuntu-latest", session: "typeguard" }
2826 - { python: "3.10", os: "ubuntu-latest", session: "xdoctest" }
2927 - { python: "3.10", os: "ubuntu-latest", session: "docs-build" }
3028
3129 env :
3230 NOXSESSION : ${{ matrix.session }}
3331 FORCE_COLOR : " 1"
3432 PRE_COMMIT_COLOR : " always"
33+ CHECKEDID_EMPLOYEE_CODE : ${{ secrets.CHECKEDID_EMPLOYEE_CODE }}
34+ CHECKEDID_CUSTOMER_CODE : ${{ secrets.CHECKEDID_CUSTOMER_CODE }}
35+ CHECKEDID_PASSWORD : ${{ secrets.CHECKEDID_PASSWORD }}
36+ CHECKEDID_USERNAME : ${{ secrets.CHECKEDID_USERNAME }}
3537
3638 steps :
3739 - name : Check out the repository
0 commit comments