Skip to content

Commit

Permalink
print base_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul committed Jan 3, 2024
1 parent 494dc30 commit 59fc9f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pycram-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ jobs:
- name: install pytest
run: |
sudo pip3 install pytest
- name: print base_ref
run : |
echo ${{ github.base_ref }}
- 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 ProcessMetaData(MappedAsDataclass, _Base):
class ProcessMeta1Data(MappedAsDataclass, _Base):
"""
ProcessMetaData stores information about the context of this experiment.
Expand Down

0 comments on commit 59fc9f6

Please sign in to comment.