Skip to content

chore(main): regenerate requirements.txt #20

chore(main): regenerate requirements.txt

chore(main): regenerate requirements.txt #20

Workflow file for this run

on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: self-hosted
steps:
- name: Check out the repository to the runner
uses: actions/checkout@v4
- name: Copy env to directory
run: cp ~/Desktop/flight-hunter-env/.env .env
- name: Install Python dependencies
uses: py-actions/py-dependency-install@v4