Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
esloch committed Dec 1, 2023
1 parent 3825e39 commit bfdf9f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
miniforge-variant: Mambaforge

- name: Install and set config poetry
run: |
curl -sSL https://install.python-poetry.org/ | python -
export PATH="$HOME/.poetry/bin:$PATH"
poetry config virtualenvs.create false
run: |
export PATH="$HOME/.poetry/bin:$PATH"
curl -sSL https://install.python-poetry.org/ | python -
poetry config virtualenvs.create false
- name: Install main dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
SHELL := /usr/bin/env bash
PYTHON := python
PYTHONPATH := ${PWD}
ENVCREATE:=


.PHONY: clean clean-test clean-pyc clean-build help
Expand Down Expand Up @@ -35,7 +36,6 @@ SEMANTIC_RELEASE = npx --yes \
-p "semantic-release-replace-plugin" \
semantic-release

ENVCREATE:=

# Create a Conda environment and install dependencies for development.
.PHONY: conda-env
Expand Down

0 comments on commit bfdf9f9

Please sign in to comment.