Skip to content

Commit a5a47af

Browse files
committed
pkgs
1 parent 6285ebc commit a5a47af

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.github/workflows/ci-tests.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,23 @@
22
# More GitHub Actions for Azure: https://github.com/Azure/actions
33
# More info on Python, GitHub Actions, and Azure App Service: https://aka.ms/python-webapps-actions
44

5-
name: Build Conda Environment And Run Python Tests
5+
name: Run Python Tests
66

77
on:
88
push:
99
branches:
1010
- main
1111
- '*'
1212
pull_request:
13-
branches: [ "main" ]
13+
branches: ["main"]
1414
workflow_dispatch:
1515

1616
jobs:
17-
build:
17+
pytester:
1818
runs-on: ubuntu-latest
19-
2019
defaults:
2120
run:
22-
shell: bash -l {0}
23-
21+
shell: bash
2422
steps:
2523
- uses: actions/checkout@v4
2624

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ "main" ]
16+
branches: ["main"]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ "main" ]
19+
branches: ["main"]
2020
schedule:
2121
- cron: '35 9 * * 0'
2222

requires_test.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
pytest==8.3.2
1+
pytest==8.3.2
2+
3+
mygene=3.2.2
4+
scvi-tools==1.2.0
5+
dgl==1.1.3

0 commit comments

Comments
 (0)