Skip to content

build(deps): bump actions/setup-python from 6 to 7 #915

build(deps): bump actions/setup-python from 6 to 7

build(deps): bump actions/setup-python from 6 to 7 #915

Workflow file for this run

name: DeePTB tests.
on:
pull_request:
paths-ignore:
- 'docs/**'
- '.github/workflows/pr_review_plan.yml'
- '.github/workflows/pr_review_plan_comment.yml'
- '.github/workflows/repository_hygiene.yml'
- 'scripts/ci/**'
jobs:
test:
runs-on: ubuntu-latest
if: github.repository_owner == 'deepmodeling'
steps:
- name: Checkout
id: s1
uses: actions/checkout@v7
with:
fetch-depth: 0
ref: "refs/pull/${{ github.event.number }}/merge"
- name: Set up Python
uses: actions/setup-python@v7
with:
python-version: "3.12"
- name: Add safe directory
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: Install DeePTB & Run Test
id: s2
env:
PYTHON_BIN: python
run: |
bash ut.sh