-
-
Notifications
You must be signed in to change notification settings - Fork 1
25 lines (25 loc) · 834 Bytes
/
validate.yml
File metadata and controls
25 lines (25 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: CI - Validation
on:
push:
paths-ignore:
- 'docs/**'
workflow_dispatch:
release:
types: [published]
jobs:
build:
name: Validate
runs-on: macOS-26
if: github.repository_owner == 'hackdoc'
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Validate
run: |
/Library/Frameworks/Python.framework/Versions/3.12/bin/python3 -m pip install --upgrade pip
/Library/Frameworks/Python.framework/Versions/3.12/bin/python3 -m pip install -r requirements.txt
/Library/Frameworks/Python.framework/Versions/3.12/bin/python3 -m pip install packaging
/Library/Frameworks/Python.framework/Versions/3.12/bin/python3 OCLP-R-GUI.command --validate