Skip to content

Commit

Permalink
Set the x86 architecture for python
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoumis committed Mar 4, 2024
1 parent eb747de commit 5ed26d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
# Use x86 python because of https://github.com/kevoreilly/CAPEv2/issues/1680
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
architecture: 'x86'

- name: Install pytest
# The agent tests require the requests module.
Expand Down

0 comments on commit 5ed26d3

Please sign in to comment.