Skip to content

Commit

Permalink
ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipinoGambino committed Jan 26, 2024
1 parent 4703edc commit 4da20e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
run-monobeast:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Install the packages
uses: BSFishy/pip-action@v1
with:
packages: wandb kaggle-environments PyYAML gym hydra-core flask ipython jsonschema requests numpy omegaconf torch tqdm
packages: wandb vec-noise kaggle-environments PyYAML gym hydra-core flask ipython jsonschema requests numpy omegaconf torch tqdm

- name: Log-in to W&B
shell: bash
Expand Down

0 comments on commit 4da20e7

Please sign in to comment.