Skip to content

Commit

Permalink
Add setup python step
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanovera committed Jan 13, 2025
1 parent cf0e0f5 commit 82dafb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cypress_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"

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

Expand Down

0 comments on commit 82dafb9

Please sign in to comment.