Skip to content
Snippets Groups Projects

Release 0.10.0

Merged Florian Spreckelsen requested to merge release-0.10.0 into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -73,6 +73,8 @@ unittest_py3.9:
@@ -73,6 +73,8 @@ unittest_py3.9:
stage: test
stage: test
needs: [ ]
needs: [ ]
script:
script:
 
# verify that this actually is Python 3.9
 
- python3 -c "import sys; assert sys.version.startswith('3.9')"
- touch ~/.pycaosdb.ini
- touch ~/.pycaosdb.ini
- make unittest
- make unittest
Loading