From a2350fa1e5a42e5043a76dd677be5983f86fbc47 Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Wed, 21 Jun 2023 15:25:27 +0545 Subject: [PATCH] Remove docker at first --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0a87987..23ebfdb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 .