Skip to content

Commit

Permalink
Merge pull request #78 from kalaspuff/feature/cli
Browse files Browse the repository at this point in the history
utcnow useable as cli via utcnow-cli or utcnow[cli]
  • Loading branch information
kalaspuff authored Oct 17, 2022
2 parents 580a62d + 5a57866 commit c1fe381
Show file tree
Hide file tree
Showing 14 changed files with 634 additions and 237 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
restore-keys: ${{ runner.os }}-poetry-
- name: Install Poetry
run: |
curl -fsS -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
python get-poetry.py -y
curl -sSL https://install.python-poetry.org | POETRY_HOME="$HOME/.poetry" python - --yes
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
rm -f get-poetry.py
- name: Install dependencies
run: |
poetry install --no-interaction
Expand Down
Loading

0 comments on commit c1fe381

Please sign in to comment.