Skip to content

Commit

Permalink
Revert workflows back to using requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jun 28, 2022
1 parent 53ac034 commit 5351396
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,9 @@ jobs:
repository: adafruit/actions-ci-circuitpython-libs
path: actions-ci
- name: Install repo, dependencies
# This is basically a modified version of actions-ci-circuitpython-libs
# so basically that will be what changes instead of it being here
# (e.g. - apt-get: gettext, etc; pip: circuitpython-build-tools, requirements.txt; etc.)
run: |
sudo apt-get update
sudo apt-get install libudev-dev libusb-1.0
sudo apt-get install -y gettext
pip install circuitpython-build-tools
pip install .
source actions-ci/install.sh
- name: Pip install Sphinx, pre-commit
run: |
pip install --force-reinstall Sphinx sphinx-rtd-theme pre-commit
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,9 @@ jobs:
repository: adafruit/actions-ci-circuitpython-libs
path: actions-ci
- name: Install repo, dependencies
# This is basically a modified version of actions-ci-circuitpython-libs
# so basically that will be what changes instead of it being here
# (e.g. - apt-get: gettext, etc; pip: circuitpython-build-tools, requirements.txt; etc.)
run: |
sudo apt-get update
sudo apt-get install libudev-dev libusb-1.0
sudo apt-get install -y gettext
pip install circuitpython-build-tools
pip install .
source actions-ci/install.sh
- name: Build assets
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
- name: Upload Release Assets
Expand Down

0 comments on commit 5351396

Please sign in to comment.