Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ksikka authored Nov 6, 2024
1 parent 1658bea commit bd3db0e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
pull_request:
types: [ready_for_review]
jobs:
pytest-ubuntu-22.04:
pytest-ubuntu:
# Ships with python 3.10. Using it saves time installing it.
runs-on: ubuntu-22.04
runs-on: linux-gpu
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
# pip install -e ".[dev]"
pip install -e ".[dev]"
pip install fiftyone-db-ubuntu2204
# - name: Test with pytest
# run: |
# pytest
- name: Test with pytest
run: |
pytest

0 comments on commit bd3db0e

Please sign in to comment.