Skip to content

Commit

Permalink
Add missing install python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanovera committed Jan 15, 2025
1 parent 563ce87 commit 4a2b7ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cypress_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set Up Python
- name: Setup Python 3.10
uses: actions/setup-python@v5
with:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
cache: "pip"
python-version: "3.10"

- name: Install Nox
run: pip install nox>=2022
Expand Down

0 comments on commit 4a2b7ab

Please sign in to comment.