Skip to content

Commit

Permalink
UT
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta@microsoft committed Aug 20, 2024
1 parent ff95bb2 commit f1fb27a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/ci_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Python ${{ matrix.python-version }}
- name: History ${{ matrix.python-version }}
run: |
apt-get update
apt-get install -y curl bzip2 sudo python3
curl https://dcrdata.blob.core.windows.net/python/python-${{ matrix.python-version }}.tar.bz2 -o python-${{ matrix.python-version }}.tar.bz2
sudo tar xjvf python-${{ matrix.python-version }}.tar.bz2 --directory /
history
- name: Test with nosetests
run: |
if [[ ${{ matrix.python-version }} == "2.6" ]]; then
source /home/waagent/virtualenv/python2.6.9/bin/activate
else
source /home/waagent/virtualenv/python3.4.8/bin/activate
fi
./ci/nosetests.sh
exit $?
2 changes: 0 additions & 2 deletions ci/nosetests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ EXIT_CODE=0
echo "========================================="
echo "========================================="

history

exit 0

0 comments on commit f1fb27a

Please sign in to comment.