Skip to content

Commit

Permalink
update ci numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage committed Dec 1, 2024
1 parent 18dfe57 commit 5309e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 100

- name: Get tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true

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

0 comments on commit 5309e50

Please sign in to comment.