Skip to content

Commit

Permalink
Merge branch 'master' into tests/skills-page
Browse files Browse the repository at this point in the history
  • Loading branch information
tchalvak authored Oct 7, 2023
2 parents d1f182c + a4e6175 commit de7f6c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
# Uses the official Cypress GitHub action https://github.com/cypress-io/github-action
- name: Chrome
# Uses the official Cypress GitHub action https://github.com/cypress-io/github-action
uses: cypress-io/github-action@v6
with:
# Starts web server for E2E tests - replace with your own server invocation
Expand Down
2 changes: 1 addition & 1 deletion deploy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ testresources==2.0.1
pytest==6.2.5
requests==2.31.0
six==1.16.0
urllib3==2.0.5
urllib3==2.0.6
wcwidth==0.2.8

0 comments on commit de7f6c7

Please sign in to comment.