Skip to content

Commit

Permalink
downgrading ubuntu version for github tests (ServiceNow#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultLSDC authored and qipeng committed Nov 20, 2024
1 parent ceedee7 commit cb52762
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: black . --check

agentlab:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

defaults:
run:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
run: pytest -n 5 --durations=10 -m 'not pricy' -v agentlab/tests/experiments/test_launch_exp.py

browsergym-core:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

defaults:
run:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
run: pytest -n 5 --durations=10 -m 'not pricy' -v tests/core

browsergym-miniwob:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

defaults:
run:
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
run: pytest -n 5 --durations=10 -m 'not pricy' -v tests/miniwob

browsergym-experiments:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

defaults:
run:
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
run: pytest -n 5 --durations=10 -m 'not pricy' -v tests/experiments

browsergym-webarena-fast:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

defaults:
run:
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
run: pytest -n 5 --durations=10 -m 'not slow and not pricy' --slowmo 1000 -v tests/webarena

browsergym-webarena-slow:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- browsergym-webarena-fast

Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
run: pytest -n 5 --durations=10 -m 'slow and not pricy' --slowmo 1000 -v tests/webarena

browsergym-visualwebarena-fast:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

defaults:
run:
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
pytest -n 5 --durations=10 -m 'not slow and not pricy' --slowmo 1000 -v tests/visualwebarena
browsergym-visualwebarena-slow:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- browsergym-visualwebarena-fast

Expand Down

0 comments on commit cb52762

Please sign in to comment.