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

Setuptools

Setuptools #889

Workflow file for this run

name: Setuptools
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
schedule:
- cron: "0 8 * * *"
jobs:
standard-packages:
timeout-minutes: 10
strategy:
matrix:
python-versions: [ '3.8', '3.9', '3.10', '3.11' ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-versions }}
- name: Install Taipy
run: |
pip install .