Skip to content

Commit

Permalink
try ga build again
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolly committed Sep 7, 2023
1 parent c8610b1 commit 8975d64
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,19 @@ jobs:
experimental: true
- py_ver: 3.7
os: ubuntu-latest
experimental: false
experimental: true
- py_ver: 3.10
os: macos-latest
experimental: true
- py_ver: 3.10
os: ubuntu-latest
experimental: true
- py_ver: 3.10
os: macos-latest
experimental: true
- py_ver: 3.10
os: ubuntu-latest
experimental: true

outputs:
# tarballs are py3X job-specific
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dev/
pytest.ini
env/*
conda/build/*
conda/build_main/*
.pytest_cache
.tox
.venv
Expand Down

0 comments on commit 8975d64

Please sign in to comment.