Skip to content

Commit

Permalink
changed install dep step of ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Dec 25, 2024
1 parent 95f0683 commit 8ebbc24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
# We need to do `. "$HOME/.cargo/env"` in each step for it to work.
- name: Install dependencies
run: |
./dependencies/install_dependencies.sh
pip install -r ./scripts/configs/requirements.txt
./scripts/install_sysdeps.sh
- name: Check formatting
run: |
Expand Down
1 change: 1 addition & 0 deletions scripts/build_dbgym_conda_env.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
# This script builds the conda environment used by the gym itself (i.e. the orchestrator).
# This script is optional. You don't need to use conda if you don't want to (the CI doesn't use conda, for instance)

set -euo pipefail

Expand Down

0 comments on commit 8ebbc24

Please sign in to comment.