Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
Use python 3.11 in the pipeline
  • Loading branch information
felixhammerl authored Oct 11, 2023
1 parent bb1fc1a commit 90fb178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.11"

- name: Install pipenv
run: python -m pip install --upgrade pipenv
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
# - name: Setup Python
# uses: actions/setup-python@v2
# with:
# python-version: "3.8"
# python-version: "3.11"

# - name: Install pipenv
# run: python -m pip install --upgrade pipenv
Expand Down

0 comments on commit 90fb178

Please sign in to comment.