[Paddle] Replace paddle.fluid imports with paddle.base #2431
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | |
# | |
# See LICENSE for license information. | |
# A workflow to trigger the TE license check on GitHub | |
name: 'License' | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
check: | |
name: 'Check' | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Checkout' | |
uses: actions/checkout@v3 | |
- name: 'Check License' | |
run: | | |
export TE_PATH=. | |
bash ./qa/L0_license/test.sh |