Skip to content

Commit

Permalink
Update Dependabot configuration and improve workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 committed Jan 7, 2025
1 parent 6b5a322 commit 4d7e685
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ updates:
directory: '/'
schedule:
interval: monthly
groups:
actions:
patterns:
- '*'
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,19 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: set up conda environment
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: binder/environment.yml
init-shell: >-
bash
cache-environment: true
cache-downloads: true
post-cleanup: 'all'
- name: Install browsers and package
run: |
pip install -e . --no-deps
python -m pip install -e . --no-deps
playwright install
- name: Run tests
run: |
pytest -v -s
python -m pytest -v -s

0 comments on commit 4d7e685

Please sign in to comment.