Skip to content

Commit

Permalink
Disable python arch
Browse files Browse the repository at this point in the history
  • Loading branch information
samet-akcay committed Jul 2, 2024
1 parent 59e28c5 commit c0f8abe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: "x64"
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
# 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 c0f8abe

Please sign in to comment.