Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Add GitHub Actions Workflows #528

Merged
merged 25 commits into from
Dec 29, 2022
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6d5acc2
Standardize conda packaging, remove boost (does not appear to be used).
bdice Dec 22, 2022
157b080
Update labeler.
bdice Dec 22, 2022
393b78a
Migrate to GitHub Actions.
bdice Dec 22, 2022
39cd7c1
Workaround for Jenkins.
bdice Dec 22, 2022
c29b99e
Add script variables.
bdice Dec 22, 2022
9a3b518
Fix dependency list name.
bdice Dec 22, 2022
9a84ac6
Add pytest-benchmark, .coveragerc.
bdice Dec 22, 2022
19d4878
Try another directory for coverage.
bdice Dec 22, 2022
9d0c843
alphabetize recipe lists
ajschmidt8 Dec 26, 2022
47312ce
replace `-c` w/ `--channel`
ajschmidt8 Dec 26, 2022
230fe8c
fix test directory name
ajschmidt8 Dec 26, 2022
0032917
rm unnecessary build dependencies
ajschmidt8 Dec 27, 2022
fdadb6f
rm unnecessary conda recipe var
ajschmidt8 Dec 27, 2022
5e3e072
add notebooks testing job
ajschmidt8 Dec 27, 2022
f9f1a7d
fix notebook job
ajschmidt8 Dec 27, 2022
e442589
add missing notebook test dependencies
ajschmidt8 Dec 27, 2022
dc70738
add `conda-notebooks-test` to `pr-builder` job deps
ajschmidt8 Dec 27, 2022
95f8936
skip `sdr_wfm_demod.ipynb` notebook testing
ajschmidt8 Dec 27, 2022
b851c23
skip `io_examples.ipyb` notebook
ajschmidt8 Dec 27, 2022
e0b01cf
add missing notebook dependency
ajschmidt8 Dec 27, 2022
c7a39a9
try running notebook tests w/ `numpy>=1.23,<1.24
ajschmidt8 Dec 27, 2022
192c571
pin to `numpy>=1.19,<1.24
ajschmidt8 Dec 27, 2022
dbbfd34
skip `rtlsdr_offline_demod_to_transcript.ipynb` notebook testing
ajschmidt8 Dec 27, 2022
d0e0e9e
add missing `pytorch` dep for notebook testing
ajschmidt8 Dec 27, 2022
d0cf417
only use `pytorch` pin for `x86_64`
ajschmidt8 Dec 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix test directory name
  • Loading branch information
ajschmidt8 committed Dec 26, 2022
commit 230fe8cd5155ba85b72fa8ab66958d4221b8f611
2 changes: 1 addition & 1 deletion ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pytest \
--cov=cusignal \
--cov-report=xml:"${RAPIDS_COVERAGE_DIR}/cusignal-coverage.xml" \
--cov-report=term \
tests
test
exitcode=$?

if (( ${exitcode} != 0 )); then
Expand Down