Skip to content

Update pythonpackage.yml #64

Update pythonpackage.yml

Update pythonpackage.yml #64

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