Skip to content

Commit

Permalink
Update requp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suchsoak authored Oct 16, 2023
1 parent ab29a2b commit 1a4a472
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/requp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,33 +24,3 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
update-repo-centos:
runs-on: centos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9

- name: Install dependencies
run: |
pip install -r requirements.txt
update-repo-arch:
runs-on: arch-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9

- name: Install dependencies
run: |
pip install -r requirements.txt

0 comments on commit 1a4a472

Please sign in to comment.