Skip to content

Commit

Permalink
Update CI to use pyproject install process
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed May 9, 2022
1 parent 268f0dc commit b1742cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install Dependencies
run: sudo apt-get install python3-setuptools && python3 -m pip install -r requirements.txt
run: sudo apt-get install python3-setuptools
- name: Install gluon-census-exporter
run: python3 -m pip install .
- name: Create output directory
run: mkdir out
- name: Build
run: ./census-exporter.py out/gluon-census.prom
run: gluon-census-exporter out/gluon-census.prom
- name: Archive output
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit b1742cb

Please sign in to comment.