Skip to content

Commit

Permalink
Upgrade to Bobcat
Browse files Browse the repository at this point in the history
Not yet upgrading the github job for building the docs.
  • Loading branch information
sebageek committed Jan 29, 2024
1 parent 1d6cf1a commit a74ed36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
- stable/yoga-m3
- stable/bobcat-m3
pull_request:
jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ setenv =
OS_STDOUT_CAPTURE=1
OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/bobcat}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
Expand Down

0 comments on commit a74ed36

Please sign in to comment.