Skip to content

Commit

Permalink
Create lxml.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaviAkshintala authored Jan 21, 2025
1 parent f80bcd9 commit fbccfbb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/lxml.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Install Requirements

on: [push,pull_request]

jobs:
install-requirements:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Install requirements.txt
run: |
ls -l
node --version
python --version
pip --version
python3 -m pip install -r "./requirements.txt"

0 comments on commit fbccfbb

Please sign in to comment.