Skip to content

Merge pull request #542 from MitchBred/dependabot/pip/boto3-1.35.80 #62

Merge pull request #542 from MitchBred/dependabot/pip/boto3-1.35.80

Merge pull request #542 from MitchBred/dependabot/pip/boto3-1.35.80 #62

Workflow file for this run

on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: self-hosted
steps:
- name: Configure ownership settings to pi user
run: sudo chown -R $(id -u):$(id -g) ~/Desktop/flight-hunter
- name: Check out the repository to the runner
uses: actions/checkout@v4
- name: Copy environment to directory
run: cp ~/Desktop/flight-hunter-env/.env ~/Desktop/flight-hunter/.env
- name: Python Dependency Installation
uses: py-actions/py-dependency-install@v4