Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
st-pasha committed Nov 21, 2023
1 parent 49e56f6 commit 3b0ac4f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Fetch remote branch
run: |
git fetch origin main
with:
fetch-depth: 0

- name: Prepare environment variables
run: |
Expand Down Expand Up @@ -69,10 +67,10 @@ jobs:
python -m pip install --upgrade pip
python ci/ext.py wheel
echo "DT_WHEEL=$(ls dist/*-cp38-*.whl)" >> $env:GITHUB_ENV
echo "DT_WHEEL = $env:DT_WHEEL"
- name: Print build information
run: |
echo "DT_WHEEL = $env:DT_WHEEL"
cat src/datatable/_build_info.py
- name: Install and test
Expand Down

0 comments on commit 3b0ac4f

Please sign in to comment.