Skip to content

Unpin python verision #34

Unpin python verision

Unpin python verision #34

Workflow file for this run

name: test_build
on: [push, pull_request]
jobs:
Run-Test-Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Install ghrocker
run: |
pip install .
- name: Test build
run: |
pwd
ghrocker --build -- test/test_site