Skip to content

Update hashicorp/terraform Docker tag to v1.9.1 #809

Update hashicorp/terraform Docker tag to v1.9.1

Update hashicorp/terraform Docker tag to v1.9.1 #809

Workflow file for this run

name: PyTest
on:
pull_request:
branches:
- main
permissions: read-all
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.7'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install requests
- name: Test with pytest
run: PYTHONPATH="${PYTHONPATH}:${pwd}" pytest