From a80235a9bd3cc092887eda6535997bf7a9295281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guilloux?= Date: Sun, 21 May 2023 21:55:26 +0200 Subject: [PATCH] Fix: [Actions] nmlc version could not be determined during regression (#285) --- .github/workflows/regression.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 9709c8a7..e43f23d7 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -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