Skip to content

Commit

Permalink
Update step1-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro authored Oct 5, 2023
1 parent d54f021 commit b03083b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/step1-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
run: |
echo "server - ${{github.event.inputs.server}}"
echo "branch - ${GITHUB_REF#refs/heads/}"
- name: Set up Python 3.10.2
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.10.2
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit b03083b

Please sign in to comment.