Skip to content

Commit

Permalink
ci testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jparismorgan committed Jan 11, 2024
1 parent a615991 commit 0760ae4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_wheels_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

# Based on https://github.com/TileDB-Inc/conda-forge-nightly-controller/blob/51519a0f8340b32cf737fcb59b76c6a91c42dc47/.github/workflows/activity.yml#L19C10-L19C10
- name: Setup git
run: |
git config user.name "GitHub Actions"
git config user.email "runneradmin@users.noreply.github.com"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand All @@ -27,6 +33,8 @@ jobs:
- name: Build Indexes
run: |
echo "$GITHUB_ACTOR"
echo $GITHUB_ACTOR
# TODO: test this on a branch with a real tag
# release_tag=$(git describe --tags --abbrev=0)
release_tag="0.0.0"
Expand Down

0 comments on commit 0760ae4

Please sign in to comment.