Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipinoGambino committed Jan 26, 2024
1 parent 45421d3 commit 4703edc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
- run: pip install kaggle-environments
- run: pip install -r requirements.txt
# cache: 'pip' # caching pip dependencies

# - name: Install the packages
# uses: BSFishy/pip-action@v1
# with:
# packages: wandb kaggle
- 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

- name: Log-in to W&B
shell: bash
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PyYAML==6.0.1
gym==0.26.2
hydra-core==1.3.2
PyYAML
gym
hydra-core
flask
ipython
jsonschema
requests
numpy==1.26.1
omegaconf==2.3.0
numpy
omegaconf
torch
tqdm==4.66.1
wandb==0.16.2
tqdm
wandb

0 comments on commit 4703edc

Please sign in to comment.