Skip to content

Commit

Permalink
Fix: [Actions] nmlc version could not be determined during regression (
Browse files Browse the repository at this point in the history
  • Loading branch information
glx22 committed May 21, 2023
1 parent 45ec1c4 commit a80235a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2

- name: Checkout tags
uses: openttd/actions/checkout@v2
with:
with-tags: true

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit a80235a

Please sign in to comment.