Skip to content

Commit

Permalink
try fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
DimasfromLavoisier committed Apr 30, 2024
1 parent 4ed64c4 commit 6cc3373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,8 @@ jobs:

steps:
- uses: actions/checkout@v4

# - name: Install Git
# if: runner.os == 'macOS'
# run: |
# brew update
# brew install git
with:
fetch-depth: 0

- name: Create Helios dev environment
uses: conda-incubator/setup-miniconda@v2
Expand All @@ -53,7 +49,6 @@ jobs:

- name: Install Helios
run: |
echo "export SETUPTOOLS_SCM_SUBPROCESS_TIMEOUT=100" >> $GITHUB_ENV
python -m pip install -v .
- name: Run tests
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ HELIOS_BUDDING_METRICS = "0"
CMAKE_INSTALL_RPATH_USE_LINK_PATH = "ON"

[tool.setuptools_scm] # Section required

write_to = "python/pyhelios/_version.py"

[tool.pytest.ini_options]
Expand Down

0 comments on commit 6cc3373

Please sign in to comment.