Skip to content

Commit

Permalink
Merge pull request #425 from pyupio/fix/gh-action-tests
Browse files Browse the repository at this point in the history
Use the right Python path for the latest Windows image
  • Loading branch information
yeisonvargasf committed Nov 18, 2022
2 parents ef42231 + c5d8da8 commit ef45deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def python(self):
for arch, python in self.PYTHON_BINARIES[self.os].items():
yield arch, python

WIN_BASE_PATH = "C:\\hostedtoolcache\\windows\\Python\\3.10.7"
WIN_BASE_PATH = "C:\\hostedtoolcache\\windows\\Python\\3.10.8"

PYTHON_BINARIES = {
WIN: {
Expand Down

0 comments on commit ef45deb

Please sign in to comment.