Skip to content

Merge pull request #527 from MitchBred/dependabot/pip/boto3-1.35.64 #61

Merge pull request #527 from MitchBred/dependabot/pip/boto3-1.35.64

Merge pull request #527 from MitchBred/dependabot/pip/boto3-1.35.64 #61

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