Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Add the Provide: pypi in most cases #1016

Add the Provide: pypi in most cases

Add the Provide: pypi in most cases #1016

Workflow file for this run

name: Autospec Tests
on: [push, pull_request]
jobs:
test_style:
runs-on: ubuntu-latest
name: Flake8
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
- name: Run Tests
uses: ./.github/actions/clearlinux-latest-action
with:
testfunc: run_flake8
test_unit:
runs-on: ubuntu-latest
name: Unit
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
- name: Run Tests
uses: ./.github/actions/clearlinux-latest-action
with:
testfunc: run_unittests