Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
assapin committed Nov 6, 2023
1 parent 607440c commit f729315
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build_code_tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ jobs:
python-version: '3.9'
architecture: 'x64'

- name: Run tests
run: |
p=$(which python)
uname -a
echo "python is installed in $p"
python -m pip install --upgrade pip
pip install wheelhouse/*.whl --force-reinstall
mkdir test
ls -ls /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/code_contests_tester/
cp execution/py_tester_bindings/test_python_binding.py test/
python test/test_python_binding.py /usr/bin/python /usr/lib/python
# - name: Run tests
# run: |
# p=$(which python)
# uname -a
# echo "python is installed in $p"
# python -m pip install --upgrade pip
# pip install wheelhouse/*.whl --force-reinstall
# mkdir test
# ls -ls /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/code_contests_tester/
# cp execution/py_tester_bindings/test_python_binding.py test/
# python test/test_python_binding.py /usr/bin/python /usr/lib/python

- name: Upload artifacts to workflow
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f729315

Please sign in to comment.