Skip to content

Commit

Permalink
ci/deps: python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Oct 16, 2023
1 parent 7b24c15 commit 05bb0f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.11"
# cache: pip
# cache-dependency-path: setup.py

Expand All @@ -33,7 +33,9 @@ jobs:
pip install requests-kerberos
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
show-progress: false

- name: Install module
run: pip install .[tests]
Expand Down

0 comments on commit 05bb0f4

Please sign in to comment.