Skip to content

Commit

Permalink
Add architecture to install python
Browse files Browse the repository at this point in the history
  • Loading branch information
samet-akcay committed Jul 2, 2024
1 parent a35ada5 commit 59e28c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: "x64"
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
- name: Install Tox
run: pip install tox
- name: Link the dataset path to the dataset directory in the repository root.
Expand Down

0 comments on commit 59e28c5

Please sign in to comment.