Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcervinoucm authored Jun 13, 2024
1 parent c814e56 commit 6f51fa4
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
sudo apt-get install python3-numpy
- name: Get version
run: |
output=$(python .github/versionScript.py)
output=$(python dl1_data_handler/versionScript.py)
echo "version=$output" >> $GITHUB_OUTPUT
id: step1
- name: Write
Expand All @@ -95,34 +95,3 @@ jobs:
with:
subdir: 'conda'
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}



test:
strategy:
matrix:
os: [ubuntu-22.04]
pyv: ["3.10"]
max-parallel: 5
runs-on: ${{ matrix.os }}
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get version
run: |
output=$(python dl1_data_handler/versionScript.py)
echo "version=$output" >> $GITHUB_OUTPUT
id: step1
- name: Write
uses: 1arp/create-a-file-action@0.4.5
with:
path: '.'
isAbsolutePath: true
file: '.github/versionBackup.txt'
content: |
${{ steps.step1.outputs.version }}

0 comments on commit 6f51fa4

Please sign in to comment.