From 72ede2945fecf1ce6e4e450472c24bf7a87ed3b4 Mon Sep 17 00:00:00 2001 From: Zachary Vorhies Date: Thu, 7 Dec 2023 20:23:18 -0800 Subject: [PATCH] Update push_ubuntu_remote_install.yml --- .github/workflows/push_ubuntu_remote_install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push_ubuntu_remote_install.yml b/.github/workflows/push_ubuntu_remote_install.yml index f9b658b..f90c95a 100644 --- a/.github/workflows/push_ubuntu_remote_install.yml +++ b/.github/workflows/push_ubuntu_remote_install.yml @@ -12,5 +12,6 @@ jobs: - uses: actions/checkout@v3 - name: install run: | + rm -rf * curl -s https://raw.githubusercontent.com/zackees/install.py/main/install | bash . ./activate.sh && python --version