Skip to content

Commit

Permalink
Fetch tags in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 10, 2024
1 parent 8eba919 commit ad40287
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pip==23.3.2
poetry==1.7.1
poetry-plugin-export==1.6.0
poetry-dynamic-versioning[plugin]==1.2.0
pre-commit==3.6.0
nox==2023.4.22
nox-poetry==1.0.3
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,16 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true

- name: Install Poetry
env:
PIP_CONSTRAINT: .github/workflows/constraints.txt
run: |
pipx install poetry
pipx inject poetry poetry-plugin-export
pipx inject poetry poetry-dynamic-versioning
poetry --version
poetry self show plugins
Expand Down Expand Up @@ -117,13 +120,16 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true

- name: Install Poetry
env:
PIP_CONSTRAINT: .github/workflows/constraints.txt
run: |
pipx install poetry
pipx inject poetry poetry-plugin-export
pipx inject poetry poetry-dynamic-versioning
poetry --version
poetry self show plugins
Expand Down

0 comments on commit ad40287

Please sign in to comment.