Skip to content

Commit

Permalink
Change the place to checkout code.
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Zhang <[email protected]>
  • Loading branch information
fatcat-z committed Jun 3, 2024
1 parent 7840e41 commit 016b6b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
tensorflow_version: ${{ steps.prepare-variables.outputs.tf_version }}

steps:
- name: Checkout code
uses: actions/checkout@v4
# - name: Checkout code
# uses: actions/checkout@v4

- name: Check folder
run: ls ./
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
python-version: 3.9

- name: Checkout code
uses: actions/checkout@v4

- name: Install dependencies
run: |
# pip install pytest pytest-cov pytest-runner coverage graphviz requests pyyaml pillow pandas parameterized sympy coloredlogs flatbuffers timeout-decorator
Expand Down

0 comments on commit 016b6b4

Please sign in to comment.