Skip to content

Commit

Permalink
Merge pull request #3 from TheJacksonLaboratory/task/release-v-0.0.3
Browse files Browse the repository at this point in the history
Updating version and deps
  • Loading branch information
bergsalex authored Jan 15, 2025
2 parents 0146fb3 + 91e9390 commit 9b3ca63
Show file tree
Hide file tree
Showing 3 changed files with 575 additions and 316 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/_format-lint-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ inputs.python-version }}
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
if [[ "$RUNNER_OS" == "macOS" ]]; then
echo "/Users/runner/.local/bin:$PATH" >> $GITHUB_PATH
fi
- name: Configure Poetry
run: poetry config virtualenvs.create false
- name: Install Black and Ruff
run: poetry install --only dev
- name: Install Black and Ruff
run: pip install black ruff
- name: Run Ruff Linter
Expand Down
Loading

0 comments on commit 9b3ca63

Please sign in to comment.