Skip to content

Commit

Permalink
chore: add basic github pipeline (#12) (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
NetBKarine authored Aug 26, 2020
1 parent fb12c84 commit 3d0444d
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 365 deletions.
365 changes: 0 additions & 365 deletions .circleci/config.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/actions/setup-poetry/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
runs:
using: "composite"
steps:
- name: Installing poetry
run: |
export $( \
PYTHONFAULTHANDLER=TRUE \
PYTHONUNBUFFERED=TRUE \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_NO_CACHE_DIR=off \
)
pip install --upgrade pip \
&& pip install "poetry==1.0.5"
shell: bash
Loading

0 comments on commit 3d0444d

Please sign in to comment.