Skip to content

Commit

Permalink
pin python 3.11.4 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Nov 17, 2024
1 parent 26eb962 commit c82f33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
id: set-up-python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.11.4"

- name: Load cached Poetry installation
uses: actions/cache@v3
Expand Down
1 change: 1 addition & 0 deletions tests/test_mca.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def test_issue_161():
https://github.com/MaxHalford/prince/issues/161
>>> import io
>>> data = pd.read_csv(io.StringIO(issue_161_data), index_col=0)
>>> mca = prince.MCA(
Expand Down

0 comments on commit c82f33b

Please sign in to comment.