diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ca854e..3c4e666 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,8 @@ jobs: - tests steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: cachix/install-nix-action@v31 - name: Install devenv.sh run: nix profile install nixpkgs#devenv @@ -54,4 +56,4 @@ jobs: name: python-package-distributions path: dist/ - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1