Skip to content

Commit

Permalink
Remove docker at first
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Jun 21, 2023
1 parent fba8172 commit a2350fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
python-version: 3.8

- name: Remove solaris
run: sudo rm -rf ./docker

- name: Clone Ramp
run: git clone https://github.com/kshitijrajsharma/ramp-code-fAIr.git ramp-code

Expand Down Expand Up @@ -43,9 +46,6 @@ jobs:
- name: Install tensorflow
run: pip install tensorflow==2.9.2

- name: Remove solaris
run: sudo rm -rf docker/solaris

- name: Install fair utilities
run: pip install -e .

Expand Down

0 comments on commit a2350fa

Please sign in to comment.