Skip to main content

Declarative builder for Github Action Scripts

Project description

Python CI Workflow Documentation

This documentation provides an overview of the Python CI workflow implemented using GitHub Actions.

Workflow Overview

The Python CI workflow is triggered by two events: pushes to the main branch and pull requests targeting the main branch. It consists of a single job named build, which runs on an ubuntu-latest environment.

Steps

The following steps are executed as part of the workflow:

  1. Checkout code

    • Name: Checkout code
    • Uses: actions/checkout@v2
    • Description: This step checks out the repository code onto the runner.
  2. Setup Python

    • Name: Setup Python
    • Uses: actions/setup-python@v2
    • Description: This step sets up the Python environment for subsequent steps. The Python version used is 3.8.
  3. Install dependencies

    • Name: Install dependencies
    • Run: pip install -r requirements.txt
    • Description: This step installs the project dependencies by running pip install with the requirements specified in the requirements.txt file.
  4. Run tests

    • Name: Run tests
    • Run: pytest tests
    • Description: This step executes the test suite by running the pytest command with the tests directory.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyciactions-1.0.11a8.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

pyciactions-1.0.11a8-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file pyciactions-1.0.11a8.tar.gz.

File metadata

  • Download URL: pyciactions-1.0.11a8.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pyciactions-1.0.11a8.tar.gz
Algorithm Hash digest
SHA256 bfc46bac2d90a5e5a49cfd633fa5ef15d26d61033281354a75ee79494e7ab5d8
MD5 da8f2f0fa1a1c819ff5eebbf2d5f4440
BLAKE2b-256 d37f79a13e886d8a4d6d1f393d509f8412e7738aec641b53f3e4ad1ff93eb1cd

See more details on using hashes here.

File details

Details for the file pyciactions-1.0.11a8-py3-none-any.whl.

File metadata

File hashes

Hashes for pyciactions-1.0.11a8-py3-none-any.whl
Algorithm Hash digest
SHA256 9f6bec43ba0306703fa2d28480db1dbc84d9d0c1fab014590458aff8eb71f2ce
MD5 e4f2ec69362a82f195b238a731710563
BLAKE2b-256 fe5c8a62cb1c324d55909decd7581516880c47f7be6a154a2ae6c94a9538dd38

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page