mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
tests
This commit is contained in:
@@ -8,13 +8,16 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Set up Python 3.7
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: Install Python 3.7
|
||||
uses: |
|
||||
apt install python3-distutils python3-dev python3-distutils -y -qq
|
||||
- name: Install Pipenv!
|
||||
uses: |
|
||||
curl -s --retry 3 https://bootstrap.pypa.io/get-pip.py > /tmp/get-pip.py
|
||||
python3 /tmp/get-pip.py pipenv > /dev/null
|
||||
rm -fr /tmp/get-pip.py
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip pipenv
|
||||
pipenv install --system --dev
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user