Skip to content

A GitHub Action allowing to pre-provision the current VM with OS packages listed in `bindep.txt` per https://pypi.org/p/bindep

License

Notifications You must be signed in to change notification settings

re-actors/bindep

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bindep

A GitHub Action that lets you pre-provision the current CI VM with OS packages listed in bindep.txt using bindep.

Usage

To use the action add the following step to your workflow file (e.g. .github/workflows/ci-cd.yml)

- name: Provision OS packages from `bindep.txt`
  uses: re-actors/bindep@release/v1
  with:
    file: bindep.txt
    profile: test

Options

There are two options — file and profile. Both are optional. See bindep for more details.

Related community projects

Check out the tox-bindep to have bindep-based checks in your tox setup.

License

The Dockerfile and associated scripts and documentation in this project are released under the BSD 3-clause license.

About

A GitHub Action allowing to pre-provision the current VM with OS packages listed in `bindep.txt` per https://pypi.org/p/bindep

Resources

License

Stars

Watchers

Forks

Packages

No packages published