Skip to content

Commit

Permalink
Update tutorial_create_simple_aas.py
Browse files Browse the repository at this point in the history
  • Loading branch information
somsonson authored Nov 11, 2024
1 parent f24f9de commit 44eef4d
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions sdk/basyx/tutorial/tutorial_create_simple_aas.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,7 @@
from basyx.object_store import ObjectStore
from basyx.aasx import AASXWriter, AASXReader, DictSupplementaryFileContainer
import pyecma376_2 # The base library for Open Packaging Specifications. We will use the OPCCoreProperties class.
import datetimedocs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ env.X_PYTHON_VERSION }}
uses: actions/setup-python@v2
with:
python-version: ${{ env.X_PYTHON_VERSION }}
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -r docs/docs-requirements.txt
- name: Check documentation for errors
run: |
SPHINXOPTS="-a -E -n -W --keep-going" make -C docs html
import datetime
from pathlib import Path # Used for easier handling of auxiliary file's local path

Referencetype = aas_types.ReferenceTypes("ModelReference")
Expand Down

0 comments on commit 44eef4d

Please sign in to comment.