Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache entry point lookups #6124

Merged
merged 18 commits into from
Oct 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Bump Python version to 3.10 to see if tests pass"
This reverts commit 6cf4b2e.
  • Loading branch information
danielhollas committed Oct 2, 2023
commit 190935c044db2967f97323f22ac5d2cf793db1dc
6 changes: 3 additions & 3 deletions .github/workflows/rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.10
uses: actions/setup-python@v4
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.9'

- name: Install system dependencies
run: sudo apt update && sudo apt install postgresql
Expand Down