Skip to content

Commit

Permalink
fix: nightly python-version-file path (#363)
Browse files Browse the repository at this point in the history
Also fix typo in filename

Part of #318
  • Loading branch information
obatirou authored Jan 6, 2025
1 parent 54338b7 commit d608c8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version-file: ./cairo/.python-version
python-version-file: .python-version

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down

0 comments on commit d608c8b

Please sign in to comment.