From 5324c355588fb0e835cf6b768a36d08b4d4e9dbd Mon Sep 17 00:00:00 2001 From: checktheroads Date: Thu, 13 Feb 2020 21:41:54 -0700 Subject: [PATCH] fix gh actions branch; pip --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5021c11..eb38a10 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,9 +22,12 @@ jobs: # sudo apt install -y redis-server - name: Clone Repository uses: actions/checkout@v2 + with: + ref: v1.0.0 - name: Install Python Dependencies run: | - cd ./hyperglass + pwd + ls -lsah pip install . - name: lint uses: ricardochaves/python-lint@v1.1.0