Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buremba committed Dec 31, 2024
1 parent b801000 commit b048552
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
pip install --constraint=.github/workflows/constraints.txt poetry
poetry --version
poetry install
- name: Check if there is a parent commit
id: check-parent-commit
run: |
Expand All @@ -49,8 +50,8 @@ jobs:
poetry build --ansi
- name: Test project
run: |
mkdir -p ~/.snowflake && printf "%s" "${{ secrets.SNOWFLAKE_CONNECTIONS }}" > ~/.snowflake/connections.toml
poetry install
mkdir -p ~/.snowflake
printf "%s\n" "${{ secrets.SNOWFLAKE_CONNECTIONS }}" > ~/.snowflake/connections.toml
poetry run pytest tests/integration/*
- name: Publish package on PyPI
# if: steps.check-version.outputs.tag
Expand Down

0 comments on commit b048552

Please sign in to comment.