-
Notifications
You must be signed in to change notification settings - Fork 187
Revise CI workflow #914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revise CI workflow #914
Conversation
.github/workflows/ci.yaml
Outdated
| - name: Install dependencies | ||
| if: steps.changes.outputs.any_changed == 'true' | ||
| run: | | ||
| pip install -r requirements.txt |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
.github/workflows/ci.yaml
Outdated
| if: steps.changes.outputs.any_changed == 'true' | ||
| run: | | ||
| pip install -r requirements.txt | ||
| pip install -r dev-requirements.txt |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
.github/workflows/ci.yaml
Outdated
|
|
||
| - name: Install dependencies | ||
| run: | | ||
| pip install -r requirements.txt |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
.github/workflows/ci.yaml
Outdated
| - name: Install dependencies | ||
| run: | | ||
| pip install -r requirements.txt | ||
| pip install -r dev-requirements.txt |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
.github/workflows/ci.yaml
Outdated
|
|
||
| - name: Install dependencies | ||
| run: pip install -r requirements.txt | ||
|
|
Check warning
Code scanning / Scorecard
Pinned-Dependencies
.github/workflows/ci.yaml
Outdated
|
|
||
| - name: Install dependencies | ||
| run: pip install -r requirements.txt | ||
|
|
Check warning
Code scanning / Scorecard
Pinned-Dependencies
9b59c0f to
9654999
Compare
No description provided.