Skip to content

Commit

Permalink
Fix cypress e2e pipeline (#5659)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanovera authored Jan 13, 2025
1 parent 1de84b5 commit 5557f79
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 5557f79

Please sign in to comment.