Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
update ci_check
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Dec 8, 2023
1 parent 6c32fb8 commit 16f65ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- main
- dev
pull_request:
branches: [ "main" ]
branches:
- main
- dev

permissions:
contents: read
Expand All @@ -29,7 +31,7 @@ jobs:
- name: Update PIP
run: |
python -m pip install --upgrade pip
python -m pip install setuptools sdist wheel
python -m pip install setuptools sdist wheel build
- name: Build module
run: python setup.py ci_check
Expand Down
Empty file added tests/oop_check.py
Empty file.

0 comments on commit 16f65ac

Please sign in to comment.