Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Nov 24, 2023
1 parent 4697323 commit e43d9bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
dependencies: [normal, minimal]
database: [postgresql]
browsers: [firefox, chromium, webkit]
browser: [firefox, chromium, webkit]

steps:
- uses: actions/checkout@v3
Expand All @@ -51,9 +51,9 @@ jobs:
env:
DJANGO_SETTINGS_MODULE: 'umap.tests.settings'
UMAP_SETTINGS: 'umap/tests/settings.py'
if: matrix.browser == "chromium"
if: matrix.browser == 'chromium'
- name: Integration tests
run: pytest -vx umap/tests/integration --browser ${{ matrix.browser }}
run: pytest -vx umap/tests/integration --browser "${{ matrix.browser }}"
if: matrix.python-version == '3.11'
- name: Run Lint
run: make lint
Expand Down

0 comments on commit e43d9bd

Please sign in to comment.