Skip to content

Commit

Permalink
restore options
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Apr 25, 2024
1 parent 5bcbfdb commit e4d3f48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v3
- run: git fetch --prune --unshallow --tags

Expand Down

0 comments on commit e4d3f48

Please sign in to comment.