Skip to content

Commit

Permalink
try env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul committed Jan 3, 2024
1 parent 59fc9f6 commit 43de7b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pycram-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ jobs:
sudo pip3 install pytest
- name: print base_ref
run : |
echo ${{ github.base_ref }}
echo $GITHUB_REPOSITORY
echo $GITHUB_REF_NAME
- name: start roscore
run: |
roslaunch pycram ik_and_description.launch &
Expand Down
2 changes: 1 addition & 1 deletion src/pycram/orm/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def pose(self):
return relationship(Pose.__tablename__, init=False)


class ProcessMeta1Data(MappedAsDataclass, _Base):
class ProcessMetaData(MappedAsDataclass, _Base):
"""
ProcessMetaData stores information about the context of this experiment.
Expand Down

0 comments on commit 43de7b9

Please sign in to comment.