Skip to content

Commit

Permalink
Update and clean-up build
Browse files Browse the repository at this point in the history
Signed-off-by: Emilio Reyes <[email protected]>
  • Loading branch information
soda480 committed Oct 3, 2021
1 parent a79e5e7 commit d0c8ffa
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- '**'
pull_request:
branches:
- master
- main

jobs:
build:
Expand All @@ -18,9 +18,6 @@ jobs:
- name: Install pybuilder
run: pip install pybuilder

- name: Install dependencies
run: pyb install_dependencies

- name: Execute build
run: pyb

Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM python:3.9-slim

ENV PYTHONDONTWRITEBYTECODE 1
WORKDIR /code
COPY . /code/
Expand Down
1 change: 0 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

use_plugin('python.core')
use_plugin('python.unittest')
use_plugin('python.install_dependencies')
use_plugin('python.flake8')
use_plugin('python.coverage')
use_plugin('python.distutils')
Expand Down
2 changes: 1 addition & 1 deletion requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mock
flake8_polyfill
flake8_polyfill
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
radon
flake8_polyfill

0 comments on commit d0c8ffa

Please sign in to comment.