Skip to content

Commit

Permalink
Merge pull request #906 from CitrineInformatics/maintain/reduce-test-…
Browse files Browse the repository at this point in the history
…burden

Only build tests/pipelines once per PR
  • Loading branch information
kroenlein authored Jan 2, 2024
2 parents daa5f04 + 8233a2d commit f3d72a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ install:
script:
- bash scripts/run_tests.sh
- test "$UPGRADES" != "" || test $TRAVIS_PYTHON_VERSION != "3.10" || bash scripts/build_docs.sh
branches:
only:
- main
- /^v[\.0-9]+$/
deploy:
- provider: pages
skip_cleanup: true
Expand All @@ -25,7 +29,7 @@ deploy:
on:
tags: true
python: '3.10' # only need this to run once
env: PIP_UPDATE=""
env: UPGRADES=""
- provider: pypi
user: CitrineInformatics
password: "$PYPI_PASSWORD"
Expand Down
2 changes: 1 addition & 1 deletion src/citrine/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.42.0"
__version__ = "2.42.1"

0 comments on commit f3d72a3

Please sign in to comment.