Skip to content

Commit

Permalink
set ubuntu version in tutorials tests to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Jan 7, 2025
1 parent 0d0b79c commit 8d6aeb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-tutorials-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
tutorial-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false

Expand All @@ -37,7 +37,7 @@ jobs:
for f in *.py; do xvfb-run -a -s "-screen 0 1024x768x24" python "$f"; done
agilerl-tutorial-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion tutorials/AgileRL/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
agilerl==0.1.22; python_version >= '3.9'
agilerl==0.1.22
pettingzoo[classic,atari,mpe]>=1.23.1
SuperSuit>=3.9.0
torch>=2.0.1
Expand Down

0 comments on commit 8d6aeb7

Please sign in to comment.