Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Feb 18, 2024
1 parent 31b4436 commit df7cf48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ jobs:
run: |
nuget install python2 -Version 2.7.18 -OutputDirectory '${{ runner.temp }}\python'
echo '${{ runner.temp }}\python' >> $GITHUB_PATH
cat $GITHUB_PATH
find '${{ runner.temp }}\python'
- name: Install dependencies
run: |
Expand All @@ -135,6 +137,7 @@ jobs:

- name: Install wheel
run: |
find .
python -m pip -V
python -m pip install "$(find wheelhouse -name '*.whl')[test]"
Expand Down

0 comments on commit df7cf48

Please sign in to comment.