Skip to content

Commit

Permalink
circle config python 3.11 bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Sep 21, 2023
1 parent cb6e96b commit 412e569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
pip install -U -r requirements.txt
pip install coverage coveralls
ln -sf `pyenv prefix`/lib/python3.9/site-packages/oauth_dropins/fonts oauth_dropins_fonts
ln -sf `pyenv prefix`/lib/python3.9/site-packages/oauth_dropins/static oauth_dropins_static
ln -sf `pyenv prefix`/lib/python3.11/site-packages/oauth_dropins/fonts oauth_dropins_fonts
ln -sf `pyenv prefix`/lib/python3.11/site-packages/oauth_dropins/static oauth_dropins_static
- run:
name: Build and test
Expand Down

0 comments on commit 412e569

Please sign in to comment.