Compare commits
1 Commits
abd2000732
...
82d7751a55
| Author | SHA1 | Date | |
|---|---|---|---|
| 82d7751a55 |
@@ -35,6 +35,7 @@ jobs:
|
||||
token: ${{ secrets.CI_ACCESS_TOKEN }}
|
||||
|
||||
- name: Setting up Python 3.12
|
||||
shell: bash
|
||||
run: |
|
||||
python3.12 -m venv venv
|
||||
source venv/bin/activate
|
||||
@@ -42,6 +43,7 @@ jobs:
|
||||
bash ./install.sh -dev
|
||||
|
||||
- name: Testing with pytest
|
||||
shell: bash
|
||||
run: |
|
||||
source venv/bin/activate
|
||||
python3.12 -m pytest
|
||||
Reference in New Issue
Block a user