Compare commits
1 Commits
abd2000732
...
9c9bbf1760
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c9bbf1760 |
@@ -36,12 +36,10 @@ jobs:
|
||||
|
||||
- name: Setting up Python 3.12
|
||||
run: |
|
||||
python3.12 -m venv venv
|
||||
source venv/bin/activate
|
||||
apt install -y python3.12-dev
|
||||
bash ./install.sh
|
||||
bash ./install.sh -dev
|
||||
|
||||
- name: Testing with pytest
|
||||
run: |
|
||||
source venv/bin/activate
|
||||
python3.12 -m pytest
|
||||
Reference in New Issue
Block a user