Skip to content

Commit

Permalink
fix: pytest config warning
Browse files Browse the repository at this point in the history
  • Loading branch information
akmalsoliev committed Feb 8, 2025
1 parent c87841e commit 98593ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/downstream_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
pull_request:
push:
branches: [main]
workflow_dispatch:
inputs:
job_name:
description: 'Job to run'
default: 'validoopsie'

jobs:
altair:
Expand Down Expand Up @@ -419,7 +424,10 @@ jobs:
run: |
cd validoopsie
uv sync --dev
uv pip install pytest-env
which python
- name: show-deps
run: uv pip freeze
- name: install-narwhals-dev
run: |
cd validoopsie
Expand Down

0 comments on commit 98593ab

Please sign in to comment.