Update workflows and docker images (#10)

Updated OS test matrix to match ROCm 6.2. 
Update build and CI docker files
Remove the "docs" workflow, because "read-the-docs" is now being used for ROCm documentation
This commit is contained in:
David Galiffi
2024-10-21 14:58:30 -04:00
committed by GitHub
vanhempi 5b326ee405
commit b15c9e94fc
23 muutettua tiedostoa jossa 182 lisäystä ja 477 poistoa
+2 -2
Näytä tiedosto
@@ -3,12 +3,12 @@ run-name: Python
on:
push:
branches: [ main, develop, amd-mainline, amd-staging ]
branches: [ amd-mainline, amd-staging ]
paths:
- 'source/python/gui/*.py'
- 'source/python/gui/**/*.py'
pull_request:
branches: [ main, develop, amd-mainline, amd-staging ]
branches: [ amd-mainline, amd-staging ]
paths:
- 'source/python/gui/*.py'
- 'source/python/gui/**/*.py'