Skip to content

Commit

Permalink
github action pulls everything
Browse files Browse the repository at this point in the history
  • Loading branch information
jiashenC committed Sep 22, 2023
1 parent 0844f48 commit 7967a15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: master
fetch-depth: 0
- name: Switch to master
run: git checkout master
- name: Install env.
run: |
python -m venv test_evadb
Expand Down

0 comments on commit 7967a15

Please sign in to comment.