Skip to content

Commit 00aee81

Browse files
CI bug fix.
This commit attempts to fix a CI issue.
1 parent a3e851d commit 00aee81

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
use-mamba: true
3131
auto-activate-base: false
3232

33+
- name: Install pip into conda env
34+
run: conda run -n hotel_management conda install -y pip
35+
3336
- name: Install additional pip dependencies (CPU-safe version of torch)
3437
run: |
3538
conda run -n hotel_management python -m pip install torch==2.10.0

0 commit comments

Comments
 (0)