Skip to content

Commit

Permalink
fetch all commits and tags for ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Jan 6, 2025
1 parent 435f2a6 commit 03dae4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/python_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
NNPDF_SSH_KEY: ${{ secrets.NNPDF_SSH_KEY }}
steps:
- uses: actions/checkout@v4
# we do this to fetch the tags needed for the versioning
with:
fetch-depth: 0
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pytorch_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
KERAS_BACKEND: torch
steps:
- uses: actions/checkout@v4
# we do this to fetch the tags needed for the versioning
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: "3.12"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
NNPDF_SSH_KEY: ${{ secrets.NNPDF_SSH_KEY }}
steps:
- uses: actions/checkout@v4
# we do this to fetch the tags needed for the versioning
with:
fetch-tags: true
fetch-depth: 0
- uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit 03dae4a

Please sign in to comment.